Struct snmp_parser::snmp::SnmpGenericPdu [] [src]

pub struct SnmpGenericPdu<'a> {
    pub pdu_type: PduType,
    pub req_id: u32,
    pub err: ErrorStatus,
    pub err_index: u32,
    pub var: Vec<SnmpVariable<'a>>,
}

Fields

Methods

impl<'a> SnmpGenericPdu<'a>
[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

impl<'a> Sync for SnmpGenericPdu<'a>