Struct snmp_parser::snmpv3::UsmSecurityParameters
source · 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§
source§impl<'a> Debug for UsmSecurityParameters<'a>
impl<'a> Debug for UsmSecurityParameters<'a>
source§impl<'a> PartialEq<UsmSecurityParameters<'a>> for UsmSecurityParameters<'a>
impl<'a> PartialEq<UsmSecurityParameters<'a>> for UsmSecurityParameters<'a>
source§fn eq(&self, other: &UsmSecurityParameters<'a>) -> bool
fn eq(&self, other: &UsmSecurityParameters<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.