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