Struct ipsec_parser::IkeV2Payload
[−]
[src]
pub struct IkeV2Payload<'a> { pub hdr: IkeV2PayloadHeader, pub content: IkeV2PayloadContent<'a>, }
Defined in [RFC7296]
Fields
hdr: IkeV2PayloadHeader
content: IkeV2PayloadContent<'a>
Trait Implementations
impl<'a> Debug for IkeV2Payload<'a>
[src]
impl<'a> PartialEq for IkeV2Payload<'a>
[src]
fn eq(&self, __arg_0: &IkeV2Payload<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &IkeV2Payload<'a>) -> bool
[src]
This method tests for !=
.