Struct tls_parser::tls::TlsEncrypted[][src]

pub struct TlsEncrypted<'a> {
    pub hdr: TlsRecordHeader,
    pub msg: TlsEncryptedContent<'a>,
}

Encrypted TLS record (containing opaque data)

Fields

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

impl<'a> PartialEq for TlsEncrypted<'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 TlsEncrypted<'a>

impl<'a> Sync for TlsEncrypted<'a>