Struct tls_parser::TlsRecordHeader [−][src]
pub struct TlsRecordHeader {
pub record_type: TlsRecordType,
pub version: TlsVersion,
pub len: u16,
}Expand description
TLS record header
Fields
record_type: TlsRecordTypeversion: TlsVersionlen: u16Trait Implementations
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 RefUnwindSafe for TlsRecordHeader
impl Send for TlsRecordHeader
impl Sync for TlsRecordHeader
impl Unpin for TlsRecordHeader
impl UnwindSafe for TlsRecordHeader
Blanket Implementations
Mutably borrows from an owned value. Read more