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