Struct ipsec_parser::VendorIDPayload [] [src]

pub struct VendorIDPayload<'a> {
    pub vendor_id: &'a [u8],
}

Defined in [RFC7296] section 3.12

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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