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