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