Struct tls_parser::tls::TlsEncryptedContent [−][src]
TLS encrypted data
This struct only contains an opaque pointer (data are encrypted).
Fields
blob: &'a [u8]
Trait Implementations
impl<'a> Clone for TlsEncryptedContent<'a>[src]
impl<'a> Clone for TlsEncryptedContent<'a>fn clone(&self) -> TlsEncryptedContent<'a>[src]
fn clone(&self) -> TlsEncryptedContent<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Debug for TlsEncryptedContent<'a>[src]
impl<'a> Debug for TlsEncryptedContent<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for TlsEncryptedContent<'a>[src]
impl<'a> PartialEq for TlsEncryptedContent<'a>fn eq(&self, other: &TlsEncryptedContent<'a>) -> bool[src]
fn eq(&self, other: &TlsEncryptedContent<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TlsEncryptedContent<'a>) -> bool[src]
fn ne(&self, other: &TlsEncryptedContent<'a>) -> boolThis method tests for !=.
Auto Trait Implementations
impl<'a> Send for TlsEncryptedContent<'a>
impl<'a> Send for TlsEncryptedContent<'a>impl<'a> Sync for TlsEncryptedContent<'a>
impl<'a> Sync for TlsEncryptedContent<'a>