Struct netsnmp_sys::Struct_module_compatability [] [src]

pub struct Struct_module_compatability {
    pub old_module: *const c_char,
    pub new_module: *const c_char,
    pub tag: *const c_char,
    pub tag_len: size_t,
    pub next: *mut Struct_module_compatability,
}

Fields

old_module: *const c_char new_module: *const c_char tag: *const c_char tag_len: size_t next: *mut Struct_module_compatability

Trait Implementations

impl Copy for Struct_module_compatability
[src]

impl Clone for Struct_module_compatability
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_module_compatability
[src]

fn default() -> Self

Returns the "default value" for a type. Read more