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