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