pub struct ClockPrecisionConfig {
pub precision: f64,
}Fields§
§precision: f64Trait Implementations§
Source§impl Clone for ClockPrecisionConfig
impl Clone for ClockPrecisionConfig
Source§fn clone(&self) -> ClockPrecisionConfig
fn clone(&self) -> ClockPrecisionConfig
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 ClockPrecisionConfig
impl Debug for ClockPrecisionConfig
Source§impl PartialEq for ClockPrecisionConfig
impl PartialEq for ClockPrecisionConfig
Source§fn eq(&self, other: &ClockPrecisionConfig) -> bool
fn eq(&self, other: &ClockPrecisionConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClockPrecisionConfig
Auto Trait Implementations§
impl Freeze for ClockPrecisionConfig
impl RefUnwindSafe for ClockPrecisionConfig
impl Send for ClockPrecisionConfig
impl Sync for ClockPrecisionConfig
impl Unpin for ClockPrecisionConfig
impl UnsafeUnpin for ClockPrecisionConfig
impl UnwindSafe for ClockPrecisionConfig
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