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