Struct ipsec_parser::TrafficSelectorPayload [] [src]

pub struct TrafficSelectorPayload<'a> {
    pub num_ts: u8,
    pub reserved: &'a [u8],
    pub ts: Vec<TrafficSelector<'a>>,
}

Defined in [RFC7296] section 3.13

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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