Struct peel_ip::layer3::tls::TlsRecordVersion [] [src]

pub struct TlsRecordVersion {
    pub major: u8,
    pub minor: u8,
}

TLS record protocol version

Fields

Major part of the TLS version

Minor part of the TLS version

Trait Implementations

impl Debug for TlsRecordVersion
[src]

Formats the value using the given formatter.

impl Eq for TlsRecordVersion
[src]

impl PartialEq for TlsRecordVersion
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.