#[repr(C)]pub struct Struct_netsnmp_state_machine_step_s {
pub name: *const c_char,
pub sm_flags: c_uint,
pub run: *mut netsnmp_state_machine_func,
pub result: c_int,
pub on_success: *mut Struct_netsnmp_state_machine_step_s,
pub on_error: *mut Struct_netsnmp_state_machine_step_s,
pub flags: c_uint,
pub step_context: *mut c_void,
}Fields§
§name: *const c_char§sm_flags: c_uint§run: *mut netsnmp_state_machine_func§result: c_int§on_success: *mut Struct_netsnmp_state_machine_step_s§on_error: *mut Struct_netsnmp_state_machine_step_s§flags: c_uint§step_context: *mut c_voidTrait Implementations§
impl Copy for Struct_netsnmp_state_machine_step_s
Auto Trait Implementations§
impl Freeze for Struct_netsnmp_state_machine_step_s
impl RefUnwindSafe for Struct_netsnmp_state_machine_step_s
impl !Send for Struct_netsnmp_state_machine_step_s
impl !Sync for Struct_netsnmp_state_machine_step_s
impl Unpin for Struct_netsnmp_state_machine_step_s
impl UnwindSafe for Struct_netsnmp_state_machine_step_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more