pub struct Timebase32;Expand description
Marker for configurations where two 16-bits timer form a 32-bit time base
Auto Trait Implementations§
impl Freeze for Timebase32
impl RefUnwindSafe for Timebase32
impl Send for Timebase32
impl Sync for Timebase32
impl Unpin for Timebase32
impl UnsafeUnpin for Timebase32
impl UnwindSafe for Timebase32
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