Struct ipsec_parser::IkeV2Header
[−]
[src]
pub struct IkeV2Header<'a> { pub init_spi: &'a [u8], pub resp_spi: &'a [u8], pub next_payload: u8, pub maj_ver: u8, pub min_ver: u8, pub exch_type: u8, pub flags: u8, pub msg_id: u32, pub length: u32, }
Defined in [RFC7296]
Fields
init_spi: &'a [u8]
resp_spi: &'a [u8]
next_payload: u8
maj_ver: u8
min_ver: u8
exch_type: u8
flags: u8
msg_id: u32
length: u32
Trait Implementations
impl<'a> Debug for IkeV2Header<'a>
[src]
impl<'a> PartialEq for IkeV2Header<'a>
[src]
fn eq(&self, __arg_0: &IkeV2Header<'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: &IkeV2Header<'a>) -> bool
[src]
This method tests for !=
.