pub type netsnmp_state_machine_input = Struct_netsnmp_state_machine_input_s;Aliased Type§
#[repr(C)]pub struct netsnmp_state_machine_input {
pub name: *const u8,
pub steps_so_far: i32,
pub steps: *mut Struct_netsnmp_state_machine_step_s,
pub cleanup: *mut Struct_netsnmp_state_machine_step_s,
pub last_run: *mut Struct_netsnmp_state_machine_step_s,
pub input_context: *mut c_void,
}Fields§
§name: *const u8§steps_so_far: i32§steps: *mut Struct_netsnmp_state_machine_step_s§cleanup: *mut Struct_netsnmp_state_machine_step_s§last_run: *mut Struct_netsnmp_state_machine_step_s§input_context: *mut c_void