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),
}