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