Struct tls_parser::tls_alert::TlsMessageAlert [] [src]

pub struct TlsMessageAlert {
    pub severity: u8,
    pub code: u8,
}

Fields

Trait Implementations

impl Clone for TlsMessageAlert
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TlsMessageAlert
[src]

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

This method tests for !=.

impl Display for TlsMessageAlert
[src]

Formats the value using the given formatter.

impl Debug for TlsMessageAlert
[src]

Formats the value using the given formatter.