[−][src]Struct nginx::tcp_info
Fields
tcpi_state: u8tcpi_ca_state: u8tcpi_retransmits: u8tcpi_probes: u8tcpi_backoff: u8tcpi_options: u8_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>tcpi_rto: u32tcpi_ato: u32tcpi_snd_mss: u32tcpi_rcv_mss: u32tcpi_unacked: u32tcpi_sacked: u32tcpi_lost: u32tcpi_retrans: u32tcpi_fackets: u32tcpi_last_data_sent: u32tcpi_last_ack_sent: u32tcpi_last_data_recv: u32tcpi_last_ack_recv: u32tcpi_pmtu: u32tcpi_rcv_ssthresh: u32tcpi_rtt: u32tcpi_rttvar: u32tcpi_snd_ssthresh: u32tcpi_snd_cwnd: u32tcpi_advmss: u32tcpi_reordering: u32tcpi_rcv_rtt: u32tcpi_rcv_space: u32tcpi_total_retrans: u32Implementations
impl tcp_info[src]
pub fn tcpi_snd_wscale(&self) -> u8[src]
pub fn set_tcpi_snd_wscale(&mut self, val: u8)[src]
pub fn tcpi_rcv_wscale(&self) -> u8[src]
pub fn set_tcpi_rcv_wscale(&mut self, val: u8)[src]
pub fn new_bitfield_1(
tcpi_snd_wscale: u8,
tcpi_rcv_wscale: u8
) -> __BindgenBitfieldUnit<[u8; 1], u8>[src]
tcpi_snd_wscale: u8,
tcpi_rcv_wscale: u8
) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for tcp_info
impl Send for tcp_info
impl Sync for tcp_info
impl Unpin for tcp_info
impl UnwindSafe for tcp_info
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,