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