Struct netsnmp_sys::Struct_module [] [src]

pub struct Struct_module {
    pub name: *mut c_char,
    pub file: *mut c_char,
    pub imports: *mut Struct_module_import,
    pub no_imports: c_int,
    pub modid: c_int,
    pub next: *mut Struct_module,
}

Fields

name: *mut c_char file: *mut c_char imports: *mut Struct_module_import no_imports: c_int modid: c_int next: *mut Struct_module

Trait Implementations

impl Copy for Struct_module
[src]

impl Clone for Struct_module
[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
[src]

fn default() -> Self

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