Struct ipsec_parser::IdentificationPayload [] [src]

pub struct IdentificationPayload<'a> {
    pub id_type: u8,
    pub reserved1: u8,
    pub reserved2: u16,
    pub ident_data: &'a [u8],
}

Defined in [RFC7296] section 3.5

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for IdentificationPayload<'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 !=.