pub enum RtcDriftFix {
None,
Slew,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtcDriftFix
impl RefUnwindSafe for RtcDriftFix
impl Send for RtcDriftFix
impl Sync for RtcDriftFix
impl Unpin for RtcDriftFix
impl UnwindSafe for RtcDriftFix
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