Struct snmp_parser::snmpv3::UsmSecurityParameters
[−]
[src]
pub struct UsmSecurityParameters<'a> { pub msg_authoritative_engine_id: &'a [u8], pub msg_authoritative_engine_boots: u32, pub msg_authoritative_engine_time: u32, pub msg_user_name: String, pub msg_authentication_parameters: &'a [u8], pub msg_privacy_parameters: &'a [u8], }
Fields
msg_user_name: String
msg_authentication_parameters: &'a [u8]
msg_privacy_parameters: &'a [u8]
Trait Implementations
impl<'a> Debug for UsmSecurityParameters<'a>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<'a> PartialEq for UsmSecurityParameters<'a>
[src]
fn eq(&self, __arg_0: &UsmSecurityParameters<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &UsmSecurityParameters<'a>) -> bool
[src]
This method tests for !=
.