Struct avr_device::atmega2560::TC3
source · pub struct TC3 { /* private fields */ }
Expand description
Timer/Counter, 16-bit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TC3
impl RefUnwindSafe for TC3
impl !Sync for TC3
impl Unpin for TC3
impl UnwindSafe for TC3
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