Type Alias TCPCong

Source
pub type TCPCong = TCPCong_;

Aliased Type§

struct TCPCong {
    pub cwnd: u32,
    pub hooks: *const TCPCongHooks_,
    pub ca: *mut c_void,
}

Fields§

§cwnd: u32§hooks: *const TCPCongHooks_§ca: *mut c_void

Trait Implementations

Source§

impl Clone for TCPCong_

Source§

fn clone(&self) -> TCPCong_

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for TCPCong_

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for TCPCong_