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