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