Struct snmp_parser::snmp::SnmpBulkPdu
source · pub struct SnmpBulkPdu<'a> {
pub req_id: u32,
pub non_repeaters: u32,
pub max_repetitions: u32,
pub var: Vec<SnmpVariable<'a>>,
}
Fields§
§req_id: u32
§non_repeaters: u32
§max_repetitions: u32
§var: Vec<SnmpVariable<'a>>
Trait Implementations§
source§impl<'a> Debug for SnmpBulkPdu<'a>
impl<'a> Debug for SnmpBulkPdu<'a>
source§impl<'a> PartialEq<SnmpBulkPdu<'a>> for SnmpBulkPdu<'a>
impl<'a> PartialEq<SnmpBulkPdu<'a>> for SnmpBulkPdu<'a>
source§fn eq(&self, other: &SnmpBulkPdu<'a>) -> bool
fn eq(&self, other: &SnmpBulkPdu<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.