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