Struct tls_parser::tls::TlsHelloRetryContents
[−]
[src]
pub struct TlsHelloRetryContents<'a> {
pub version: u16,
pub ext: Option<&'a [u8]>,
}TLS Hello Retry Request (TLS 1.3)
Fields
version: u16
ext: Option<&'a [u8]>
Trait Implementations
impl<'a> Clone for TlsHelloRetryContents<'a>[src]
fn clone(&self) -> TlsHelloRetryContents<'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> PartialEq for TlsHelloRetryContents<'a>[src]
fn eq(&self, __arg_0: &TlsHelloRetryContents<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TlsHelloRetryContents<'a>) -> bool
This method tests for !=.