Skip to main content

UserRowMethod

Type Alias UserRowMethod 

Source
pub type UserRowMethod = Option<unsafe extern "C" fn(arg1: *mut netsnmp_index) -> *mut netsnmp_index>;

Aliased Type§

pub enum UserRowMethod {
    None,
    Some(unsafe extern "C" fn(*mut Struct_netsnmp_index_s) -> *mut Struct_netsnmp_index_s),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Struct_netsnmp_index_s) -> *mut Struct_netsnmp_index_s)

Some value of type T.