Struct netsnmp_sys::Struct_enum_list
[−]
[src]
pub struct Struct_enum_list {
pub next: *mut Struct_enum_list,
pub value: c_int,
pub label: *mut c_char,
}Fields
next: *mut Struct_enum_list
value: c_int
label: *mut c_char
Trait Implementations
impl Copy for Struct_enum_list[src]
impl Clone for Struct_enum_list[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