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