Struct snmp_parser::snmpv3::SecurityModel
[−]
[src]
pub struct SecurityModel(pub u32);
Methods
impl SecurityModel
[src]
pub const SnmpV1: SecurityModel
SnmpV1: SecurityModel = SecurityModel(1)
pub const SnmpV2c: SecurityModel
SnmpV2c: SecurityModel = SecurityModel(2)
pub const USM: SecurityModel
USM: SecurityModel = SecurityModel(3)
Trait Implementations
impl Clone for SecurityModel
[src]
fn clone(&self) -> SecurityModel
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for SecurityModel
[src]
impl Eq for SecurityModel
[src]
impl PartialEq for SecurityModel
[src]
fn eq(&self, __arg_0: &SecurityModel) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SecurityModel) -> bool
[src]
This method tests for !=
.