Struct ipsec_parser::IkeV2Payload [] [src]

pub struct IkeV2Payload<'a> {
    pub hdr: IkeV2PayloadHeader,
    pub content: IkeV2PayloadContent<'a>,
}

Defined in [RFC7296]

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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