Skip to main content

input_fn_t

Type Alias input_fn_t 

Source
pub type input_fn_t = Option<unsafe extern "C" fn(netif: *mut c_void, buffer: *mut c_void, len: usize, eb: *mut c_void)>;

Aliased Type§

pub enum input_fn_t {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut c_void, usize, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut c_void, usize, *mut c_void))

Some value of type T.