Struct tls_parser::tls::TlsClientKeyExchangeContents
[−]
[src]
pub struct TlsClientKeyExchangeContents<'a> {
pub parameters: &'a [u8],
}Fields
parameters: &'a [u8]
Trait Implementations
impl<'a> Clone for TlsClientKeyExchangeContents<'a>[src]
fn clone(&self) -> TlsClientKeyExchangeContents<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<'a> Debug for TlsClientKeyExchangeContents<'a>[src]
impl<'a> PartialEq for TlsClientKeyExchangeContents<'a>[src]
fn eq(&self, __arg_0: &TlsClientKeyExchangeContents<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TlsClientKeyExchangeContents<'a>) -> bool
This method tests for !=.