Struct ipsec_parser::VendorIDPayload
[−]
[src]
pub struct VendorIDPayload<'a> { pub vendor_id: &'a [u8], }
Defined in [RFC7296] section 3.12
Fields
vendor_id: &'a [u8]
Trait Implementations
impl<'a> Debug for VendorIDPayload<'a>
[src]
impl<'a> PartialEq for VendorIDPayload<'a>
[src]
fn eq(&self, __arg_0: &VendorIDPayload<'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: &VendorIDPayload<'a>) -> bool
[src]
This method tests for !=
.