pub struct ServerStats4 {Show 17 fields
pub ntp_hits: u64,
pub nke_hits: u64,
pub cmd_hits: u64,
pub ntp_drops: u64,
pub nke_drops: u64,
pub cmd_drops: u64,
pub log_drops: u64,
pub ntp_auth_hits: u64,
pub ntp_interleaved_hits: u64,
pub ntp_timestamps: u64,
pub ntp_span_seconds: u64,
pub ntp_daemon_rx_timestamps: u64,
pub ntp_daemon_tx_timestamps: u64,
pub ntp_kernel_rx_timestamps: u64,
pub ntp_kernel_tx_timestamps: u64,
pub ntp_hw_rx_timestamps: u64,
pub ntp_hw_tx_timestamps: u64,
/* private fields */
}Fields§
§ntp_hits: u64§nke_hits: u64§cmd_hits: u64§ntp_drops: u64§nke_drops: u64§cmd_drops: u64§log_drops: u64§ntp_auth_hits: u64§ntp_interleaved_hits: u64§ntp_timestamps: u64§ntp_span_seconds: u64§ntp_daemon_rx_timestamps: u64§ntp_daemon_tx_timestamps: u64§ntp_kernel_rx_timestamps: u64§ntp_kernel_tx_timestamps: u64§ntp_hw_rx_timestamps: u64§ntp_hw_tx_timestamps: u64Trait Implementations§
Source§impl Clone for ServerStats4
impl Clone for ServerStats4
Source§fn clone(&self) -> ServerStats4
fn clone(&self) -> ServerStats4
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 ServerStats4
impl Debug for ServerStats4
Source§impl Hash for ServerStats4
impl Hash for ServerStats4
Source§impl Ord for ServerStats4
impl Ord for ServerStats4
Source§fn cmp(&self, other: &ServerStats4) -> Ordering
fn cmp(&self, other: &ServerStats4) -> 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 ServerStats4
impl PartialEq for ServerStats4
Source§impl PartialOrd for ServerStats4
impl PartialOrd for ServerStats4
impl Copy for ServerStats4
impl Eq for ServerStats4
impl StructuralPartialEq for ServerStats4
Auto Trait Implementations§
impl Freeze for ServerStats4
impl RefUnwindSafe for ServerStats4
impl Send for ServerStats4
impl Sync for ServerStats4
impl Unpin for ServerStats4
impl UnwindSafe for ServerStats4
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