pub enum RtcDriftFix {
None,
Slew,
}Variants§
Trait Implementations§
Source§impl Clone for RtcDriftFix
impl Clone for RtcDriftFix
Source§fn clone(&self) -> RtcDriftFix
fn clone(&self) -> RtcDriftFix
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RtcDriftFix
impl Debug for RtcDriftFix
Source§impl Hash for RtcDriftFix
impl Hash for RtcDriftFix
Source§impl Ord for RtcDriftFix
impl Ord for RtcDriftFix
Source§fn cmp(&self, other: &RtcDriftFix) -> Ordering
fn cmp(&self, other: &RtcDriftFix) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RtcDriftFix
impl PartialEq for RtcDriftFix
Source§impl PartialOrd for RtcDriftFix
impl PartialOrd for RtcDriftFix
impl Eq for RtcDriftFix
impl StructuralPartialEq for RtcDriftFix
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