#[repr(transparent)]pub struct Hold1(pub u16);Expand description
Timer Channel Hold Register
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Hold1
impl Eq for Hold1
impl StructuralPartialEq for Hold1
Auto Trait Implementations§
impl Freeze for Hold1
impl RefUnwindSafe for Hold1
impl Send for Hold1
impl Sync for Hold1
impl Unpin for Hold1
impl UnwindSafe for Hold1
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