#[repr(C)]pub struct rt_metrics {
pub locks: u32,
pub mtu: u32,
pub hopcount: u32,
pub expire: u32,
pub recvpipe: u32,
pub sendpipe: u32,
pub ssthresh: u32,
pub rtt: u32,
pub rttvar: u32,
pub pksent: u32,
}
Fields§
§locks: u32
§mtu: u32
§hopcount: u32
§expire: u32
§recvpipe: u32
§sendpipe: u32
§ssthresh: u32
§rtt: u32
§rttvar: u32
§pksent: u32
Trait Implementations§
Source§impl Clone for rt_metrics
impl Clone for rt_metrics
Source§fn clone(&self) -> rt_metrics
fn clone(&self) -> rt_metrics
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 moreSource§impl Debug for rt_metrics
impl Debug for rt_metrics
impl Copy for rt_metrics
Auto Trait Implementations§
impl Freeze for rt_metrics
impl RefUnwindSafe for rt_metrics
impl Send for rt_metrics
impl Sync for rt_metrics
impl Unpin for rt_metrics
impl UnwindSafe for rt_metrics
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