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