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