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