Struct netsnmp_sys::Struct_vacm_groupEntry [] [src]

#[repr(C)]
pub struct Struct_vacm_groupEntry { pub securityModel: c_int, pub securityName: [c_char; 34], pub groupName: [c_char; 34], pub storageType: c_int, pub status: c_int, pub bitMask: c_ulong, pub reserved: *mut Struct_vacm_groupEntry, pub next: *mut Struct_vacm_groupEntry, }

Fields

Trait Implementations

impl Copy for Struct_vacm_groupEntry
[src]

impl Clone for Struct_vacm_groupEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_vacm_groupEntry
[src]

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