Struct tls_parser::tls::TlsCipherSuiteID[][src]

pub struct TlsCipherSuiteID(pub u16);

Methods

impl TlsCipherSuiteID
[src]

Methods from Deref<Target = u16>

Trait Implementations

impl Clone for TlsCipherSuiteID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TlsCipherSuiteID
[src]

impl PartialEq for TlsCipherSuiteID
[src]

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

This method tests for !=.

impl Eq for TlsCipherSuiteID
[src]

impl From<TlsCipherSuiteID> for u16
[src]

Performs the conversion.

impl Deref for TlsCipherSuiteID
[src]

The resulting type after dereferencing.

Dereferences the value.

impl AsRef<u16> for TlsCipherSuiteID
[src]

Performs the conversion.

impl Display for TlsCipherSuiteID
[src]

Formats the value using the given formatter. Read more

impl Debug for TlsCipherSuiteID
[src]

Formats the value using the given formatter. Read more

impl LowerHex for TlsCipherSuiteID
[src]

Formats the value using the given formatter.

Auto Trait Implementations