Struct ipsec_parser::NotifyPayload
[−]
[src]
pub struct NotifyPayload<'a> { pub protocol_id: u8, pub spi_size: u8, pub notify_type: u16, pub spi: Option<&'a [u8]>, pub notify_data: Option<&'a [u8]>, }
Defined in [RFC7296] section 3.10
Fields
protocol_id: u8
spi_size: u8
notify_type: u16
spi: Option<&'a [u8]>
notify_data: Option<&'a [u8]>
Trait Implementations
impl<'a> PartialEq for NotifyPayload<'a>
[src]
fn eq(&self, __arg_0: &NotifyPayload<'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: &NotifyPayload<'a>) -> bool
[src]
This method tests for !=
.