Struct tls_parser::tls_extensions::KeyShareEntry [−][src]
Fields
group: u16
kx: &'a [u8]
Trait Implementations
impl<'a> Clone for KeyShareEntry<'a>[src]
impl<'a> Clone for KeyShareEntry<'a>fn clone(&self) -> 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[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Debug for KeyShareEntry<'a>[src]
impl<'a> Debug for KeyShareEntry<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for KeyShareEntry<'a>[src]
impl<'a> PartialEq for KeyShareEntry<'a>fn eq(&self, other: &KeyShareEntry<'a>) -> bool[src]
fn eq(&self, other: &KeyShareEntry<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &KeyShareEntry<'a>) -> bool[src]
fn ne(&self, other: &KeyShareEntry<'a>) -> boolThis method tests for !=.
Auto Trait Implementations
impl<'a> Send for KeyShareEntry<'a>
impl<'a> Send for KeyShareEntry<'a>impl<'a> Sync for KeyShareEntry<'a>
impl<'a> Sync for KeyShareEntry<'a>