Struct netsnmp_sys::Struct_usmStateReference [] [src]

pub struct Struct_usmStateReference {
    pub usr_name: *mut c_char,
    pub usr_name_length: size_t,
    pub usr_engine_id: *mut c_uchar,
    pub usr_engine_id_length: size_t,
    pub usr_auth_protocol: *mut oid,
    pub usr_auth_protocol_length: size_t,
    pub usr_auth_key: *mut c_uchar,
    pub usr_auth_key_length: size_t,
    pub usr_priv_protocol: *mut oid,
    pub usr_priv_protocol_length: size_t,
    pub usr_priv_key: *mut c_uchar,
    pub usr_priv_key_length: size_t,
    pub usr_sec_level: c_uint,
}

Fields

usr_name: *mut c_char usr_name_length: size_t usr_engine_id: *mut c_uchar usr_engine_id_length: size_t usr_auth_protocol: *mut oid usr_auth_protocol_length: size_t usr_auth_key: *mut c_uchar usr_auth_key_length: size_t usr_priv_protocol: *mut oid usr_priv_protocol_length: size_t usr_priv_key: *mut c_uchar usr_priv_key_length: size_t usr_sec_level: c_uint

Trait Implementations

impl Copy for Struct_usmStateReference
[src]

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

fn default() -> Self

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