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