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