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

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

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.

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 !=.