Enum tls_parser::tls_ciphers::TlsCipherEncMode [] [src]

pub enum TlsCipherEncMode {
    Null,
    Cbc,
    Ccm,
    Gcm,
}

Variants

Trait Implementations

impl Debug for TlsCipherEncMode
[src]

Formats the value using the given formatter.

impl PartialEq for TlsCipherEncMode
[src]

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

This method tests for !=.