Struct tls_parser::tls::TlsClientKeyExchangeContents [] [src]

pub struct TlsClientKeyExchangeContents<'a> {
    pub parameters: &'a [u8],
}

Fields

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

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

This method tests for !=.