Type Alias TCPCongNewAckEv

Source
pub type TCPCongNewAckEv = Option<unsafe extern "C-unwind" fn(tcp: *mut TCP, n: guint32)>;

Aliased Type§

pub enum TCPCongNewAckEv {
    None,
    Some(unsafe extern "C-unwind" fn(*mut _TCP, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut _TCP, u32))

Some value of type T.