pub struct MaxClockErrorConfig {
pub error_ppm: f64,
}Fields§
§error_ppm: f64Trait Implementations§
Source§impl Clone for MaxClockErrorConfig
impl Clone for MaxClockErrorConfig
Source§fn clone(&self) -> MaxClockErrorConfig
fn clone(&self) -> MaxClockErrorConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MaxClockErrorConfig
impl Debug for MaxClockErrorConfig
Source§impl PartialEq for MaxClockErrorConfig
impl PartialEq for MaxClockErrorConfig
Source§fn eq(&self, other: &MaxClockErrorConfig) -> bool
fn eq(&self, other: &MaxClockErrorConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MaxClockErrorConfig
Auto Trait Implementations§
impl Freeze for MaxClockErrorConfig
impl RefUnwindSafe for MaxClockErrorConfig
impl Send for MaxClockErrorConfig
impl Sync for MaxClockErrorConfig
impl Unpin for MaxClockErrorConfig
impl UnsafeUnpin for MaxClockErrorConfig
impl UnwindSafe for MaxClockErrorConfig
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