pub struct CTIV { /* private fields */ }Expand description
Calibration timer interval
Implementations§
Auto Trait Implementations§
impl !Freeze for CTIV
impl !RefUnwindSafe for CTIV
impl Send for CTIV
impl !Sync for CTIV
impl Unpin for CTIV
impl UnsafeUnpin for CTIV
impl UnwindSafe for CTIV
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