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