tls_parser::tls_ec
pub struct ECPoint<'a> { pub point: &'a [u8], }
point: &'a [u8]
impl<'a> Debug for ECPoint<'a>
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl<'a> PartialEq for ECPoint<'a>
fn eq(&self, __arg_0: &ECPoint<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
fn ne(&self, __arg_0: &ECPoint<'a>) -> bool
This method tests for !=.
!=