Struct tls_parser::tls_extensions::KeyShareEntry
[−]
[src]
pub struct KeyShareEntry<'a> {
pub group: u16,
pub kx: &'a [u8],
}Fields
group: u16
kx: &'a [u8]
Trait Implementations
impl<'a> Clone for KeyShareEntry<'a>[src]
fn clone(&self) -> KeyShareEntry<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<'a> Debug for KeyShareEntry<'a>[src]
impl<'a> PartialEq for KeyShareEntry<'a>[src]
fn eq(&self, __arg_0: &KeyShareEntry<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &KeyShareEntry<'a>) -> bool
This method tests for !=.