Struct ipsec_parser::KeyExchangePayload [] [src]

pub struct KeyExchangePayload<'a> {
    pub dh_group: u16,
    pub reserved: u16,
    pub kex_data: &'a [u8],
}

Defined in [RFC7296]

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for KeyExchangePayload<'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 !=.