#[repr(transparent)]pub struct MpEs4(pub u32);Expand description
Management Page Error Status.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for MpEs4
impl Eq for MpEs4
impl StructuralPartialEq for MpEs4
Auto Trait Implementations§
impl Freeze for MpEs4
impl RefUnwindSafe for MpEs4
impl Send for MpEs4
impl Sync for MpEs4
impl Unpin for MpEs4
impl UnwindSafe for MpEs4
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more