Struct snmp_parser::snmpv3::ScopedPdu [] [src]

pub struct ScopedPdu<'a> {
    pub ctx_engine_id: &'a [u8],
    pub ctx_engine_name: &'a [u8],
    pub data: SnmpPdu<'a>,
}

Fields

ANY -- e.g., PDUs as defined in RFC3416

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for ScopedPdu<'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 ScopedPdu<'a>

impl<'a> Sync for ScopedPdu<'a>