pub struct ModifyMaxUpdateSkew {
pub new_max_update_skew: ChronyFloat,
}Fields§
§new_max_update_skew: ChronyFloatTrait Implementations§
Source§impl Clone for ModifyMaxUpdateSkew
impl Clone for ModifyMaxUpdateSkew
Source§fn clone(&self) -> ModifyMaxUpdateSkew
fn clone(&self) -> ModifyMaxUpdateSkew
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 ModifyMaxUpdateSkew
impl Debug for ModifyMaxUpdateSkew
Source§impl Hash for ModifyMaxUpdateSkew
impl Hash for ModifyMaxUpdateSkew
Source§impl Ord for ModifyMaxUpdateSkew
impl Ord for ModifyMaxUpdateSkew
Source§fn cmp(&self, other: &ModifyMaxUpdateSkew) -> Ordering
fn cmp(&self, other: &ModifyMaxUpdateSkew) -> 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 ModifyMaxUpdateSkew
impl PartialEq for ModifyMaxUpdateSkew
Source§impl PartialOrd for ModifyMaxUpdateSkew
impl PartialOrd for ModifyMaxUpdateSkew
impl Copy for ModifyMaxUpdateSkew
impl Eq for ModifyMaxUpdateSkew
impl StructuralPartialEq for ModifyMaxUpdateSkew
Auto Trait Implementations§
impl Freeze for ModifyMaxUpdateSkew
impl RefUnwindSafe for ModifyMaxUpdateSkew
impl Send for ModifyMaxUpdateSkew
impl Sync for ModifyMaxUpdateSkew
impl Unpin for ModifyMaxUpdateSkew
impl UnwindSafe for ModifyMaxUpdateSkew
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