Struct tls_parser::DTLSRawRecord [−][src]
pub struct DTLSRawRecord<'a> {
pub header: DTLSRecordHeader,
pub fragment: &'a [u8],
}Fields
header: DTLSRecordHeaderfragment: &'a [u8]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.