pub(crate) struct MaxAllowableDrift {
pub fast: u32,
pub slow: u32,
}
Fields§
§fast: u32
§slow: u32
Trait Implementations§
source§impl Clone for MaxAllowableDrift
impl Clone for MaxAllowableDrift
source§fn clone(&self) -> MaxAllowableDrift
fn clone(&self) -> MaxAllowableDrift
Returns a copy 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 moreimpl Copy for MaxAllowableDrift
Auto Trait Implementations§
impl RefUnwindSafe for MaxAllowableDrift
impl Send for MaxAllowableDrift
impl Sync for MaxAllowableDrift
impl Unpin for MaxAllowableDrift
impl UnwindSafe for MaxAllowableDrift
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