#[repr(C)]pub struct Struct_netsnmp_log_handler_s {
pub enabled: c_int,
pub priority: c_int,
pub pri_max: c_int,
pub _type: c_int,
pub token: *const c_char,
pub handler: *mut NetsnmpLogHandler,
pub imagic: c_int,
pub magic: *mut c_void,
pub next: *mut netsnmp_log_handler,
pub prev: *mut netsnmp_log_handler,
}Fields§
§enabled: c_int§priority: c_int§pri_max: c_int§_type: c_int§token: *const c_char§handler: *mut NetsnmpLogHandler§imagic: c_int§magic: *mut c_void§next: *mut netsnmp_log_handler§prev: *mut netsnmp_log_handlerTrait Implementations§
Source§impl Clone for Struct_netsnmp_log_handler_s
impl Clone for Struct_netsnmp_log_handler_s
impl Copy for Struct_netsnmp_log_handler_s
Auto Trait Implementations§
impl Freeze for Struct_netsnmp_log_handler_s
impl RefUnwindSafe for Struct_netsnmp_log_handler_s
impl !Send for Struct_netsnmp_log_handler_s
impl !Sync for Struct_netsnmp_log_handler_s
impl Unpin for Struct_netsnmp_log_handler_s
impl UnwindSafe for Struct_netsnmp_log_handler_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