Type Alias shadow_rs::cshadow::TCPCongNewAckEv

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

Aliased Type§

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.