pub struct SyncWindowStatus {
pub diff_ns: i32,
pub max_diff_ns: i32,
pub min_diff_ns: i32,
pub in_sync: bool,
pub out_of_sync_count: u32,
}Fields§
§diff_ns: i32§max_diff_ns: i32§min_diff_ns: i32§in_sync: bool§out_of_sync_count: u32Trait Implementations§
Source§impl Clone for SyncWindowStatus
impl Clone for SyncWindowStatus
Source§fn clone(&self) -> SyncWindowStatus
fn clone(&self) -> SyncWindowStatus
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 moreimpl Copy for SyncWindowStatus
Auto Trait Implementations§
impl Freeze for SyncWindowStatus
impl RefUnwindSafe for SyncWindowStatus
impl Send for SyncWindowStatus
impl Sync for SyncWindowStatus
impl Unpin for SyncWindowStatus
impl UnsafeUnpin for SyncWindowStatus
impl UnwindSafe for SyncWindowStatus
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