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