pub struct Timebase16odd;Expand description
Marker for configurations where the odd numbered 16-bit timer (e.g. Timer 3) is used as a time base
Auto Trait Implementations§
impl Freeze for Timebase16odd
impl RefUnwindSafe for Timebase16odd
impl Send for Timebase16odd
impl Sync for Timebase16odd
impl Unpin for Timebase16odd
impl UnsafeUnpin for Timebase16odd
impl UnwindSafe for Timebase16odd
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