#[repr(transparent)]pub struct MpEs8(pub u32);Expand description
Management Page Error Status.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for MpEs8
impl Eq for MpEs8
impl StructuralPartialEq for MpEs8
Auto Trait Implementations§
impl Freeze for MpEs8
impl RefUnwindSafe for MpEs8
impl Send for MpEs8
impl Sync for MpEs8
impl Unpin for MpEs8
impl UnwindSafe for MpEs8
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