Struct tls_parser::tls_extensions::KeyShareEntry[][src]

pub struct KeyShareEntry<'a> {
    pub group: u16,
    pub kx: &'a [u8],
}

Fields

Trait Implementations

impl<'a> Clone for KeyShareEntry<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for KeyShareEntry<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for KeyShareEntry<'a>
[src]

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<'a> Send for KeyShareEntry<'a>

impl<'a> Sync for KeyShareEntry<'a>