Struct snmp_parser::snmpv3::HeaderData
[−]
[src]
pub struct HeaderData { pub msg_id: u32, pub msg_max_size: u32, pub msg_flags: u8, pub msg_security_model: SecurityModel, }
Fields
msg_id: u32
msg_max_size: u32
msg_flags: u8
msg_security_model: SecurityModel
Methods
impl HeaderData
[src]
pub fn is_authenticated(&self) -> bool
[src]
pub fn is_encrypted(&self) -> bool
[src]
pub fn is_reportable(&self) -> bool
[src]
Trait Implementations
impl Debug for HeaderData
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for HeaderData
[src]
fn eq(&self, __arg_0: &HeaderData) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &HeaderData) -> bool
[src]
This method tests for !=
.