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