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§
None
No value.
Some(unsafe extern "C" fn(*mut Struct_netsnmp_index_s) -> *mut Struct_netsnmp_index_s)
Some value of type T.