Struct tls_parser::tls::TlsEncryptedContent [] [src]

pub struct TlsEncryptedContent<'a> {
    pub blob: &'a [u8],
}

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.

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