#[repr(C)]pub struct Struct_snmp_gen_callback {
pub sc_callback: *mut SNMPCallback,
pub sc_client_arg: *mut c_void,
pub priority: c_int,
pub next: *mut Struct_snmp_gen_callback,
}Fields§
§sc_callback: *mut SNMPCallback§sc_client_arg: *mut c_void§priority: c_int§next: *mut Struct_snmp_gen_callbackTrait Implementations§
Source§impl Clone for Struct_snmp_gen_callback
impl Clone for Struct_snmp_gen_callback
Source§impl Default for Struct_snmp_gen_callback
impl Default for Struct_snmp_gen_callback
impl Copy for Struct_snmp_gen_callback
Auto Trait Implementations§
impl Freeze for Struct_snmp_gen_callback
impl RefUnwindSafe for Struct_snmp_gen_callback
impl !Send for Struct_snmp_gen_callback
impl !Sync for Struct_snmp_gen_callback
impl Unpin for Struct_snmp_gen_callback
impl UnwindSafe for Struct_snmp_gen_callback
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