Struct tls_parser::tls::TlsMessageApplicationData
[−]
[src]
pub struct TlsMessageApplicationData<'a> {
pub blob: &'a [u8],
}TLS application data
Since this message can only be sent after the handshake, data is stored as opaque.
Fields
blob: &'a [u8]
Trait Implementations
impl<'a> Clone for TlsMessageApplicationData<'a>[src]
fn clone(&self) -> TlsMessageApplicationData<'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 TlsMessageApplicationData<'a>[src]
impl<'a> PartialEq for TlsMessageApplicationData<'a>[src]
fn eq(&self, __arg_0: &TlsMessageApplicationData<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TlsMessageApplicationData<'a>) -> bool
This method tests for !=.