Struct tls_parser::tls::TlsEncryptedContent
[−]
[src]
pub struct TlsEncryptedContent<'a> {
pub blob: &'a [u8],
}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]
fn clone(&self) -> TlsEncryptedContent<'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 TlsEncryptedContent<'a>[src]
impl<'a> PartialEq for TlsEncryptedContent<'a>[src]
fn eq(&self, __arg_0: &TlsEncryptedContent<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TlsEncryptedContent<'a>) -> bool
This method tests for !=.