Struct tls_parser::TlsCipherSuiteID [−][src]
pub struct TlsCipherSuiteID(pub u16);
Tuple Fields
0: u16
Implementations
Trait Implementations
Performs the conversion.
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 TlsCipherSuiteID
impl Send for TlsCipherSuiteID
impl Sync for TlsCipherSuiteID
impl Unpin for TlsCipherSuiteID
impl UnwindSafe for TlsCipherSuiteID
Blanket Implementations
Mutably borrows from an owned value. Read more