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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

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

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for TlsEncryptedContent<'a>

impl<'a> Sync for TlsEncryptedContent<'a>