Struct ipsec_parser::IkeV2GenericPayload [] [src]

pub struct IkeV2GenericPayload<'a> {
    pub hdr: IkeV2PayloadHeader,
    pub payload: &'a [u8],
}

Generic (unparsed payload)

Defined in [RFC7296]

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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