Type Alias shadow_rs::cshadow::TCPCongSSThresh

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

Aliased Type§

enum TCPCongSSThresh {
    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.