Struct snmp_parser::snmpv3::SnmpV3Message [] [src]

pub struct SnmpV3Message<'a> {
    pub version: u32,
    pub header_data: HeaderData,
    pub security_params: SecurityParameters<'a>,
    pub data: ScopedPduData<'a>,
}

Fields

Trait Implementations

impl<'a> Debug for SnmpV3Message<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for SnmpV3Message<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for SnmpV3Message<'a>

impl<'a> Sync for SnmpV3Message<'a>