Struct tls_parser::tls::TlsNextProtocolContent[][src]

pub struct TlsNextProtocolContent<'a> {
    pub selected_protocol: &'a [u8],
    pub padding: &'a [u8],
}

Next protocol response, defined in draft-agl-tls-nextprotoneg-03

Fields

Trait Implementations

impl<'a> Clone for TlsNextProtocolContent<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

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

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for TlsNextProtocolContent<'a>

impl<'a> Sync for TlsNextProtocolContent<'a>