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
id_type: u8
reserved1: u8
reserved2: u16
ident_data: &'a [u8]
Trait Implementations
impl<'a> Debug for IdentificationPayload<'a>
[src]
impl<'a> PartialEq for IdentificationPayload<'a>
[src]
fn eq(&self, __arg_0: &IdentificationPayload<'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: &IdentificationPayload<'a>) -> bool
[src]
This method tests for !=
.