Struct ipsec_parser::NoncePayload [] [src]

pub struct NoncePayload<'a> {
    pub nonce_data: &'a [u8],
}

Defined in [RFC7296] section 3.9

Fields

Trait Implementations

impl<'a> PartialEq for NoncePayload<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> Debug for NoncePayload<'a>
[src]

[src]

Formats the value using the given formatter.