Type Alias TCPCongDelete

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.