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

Methods

impl HeaderData
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for HeaderData
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for HeaderData
[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 Send for HeaderData

impl Sync for HeaderData