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