Struct tls_parser::tls_ec::ECPoint [−][src]
EC Point
Fields
point: &'a [u8]
Trait Implementations
impl<'a> Clone for ECPoint<'a>[src]
impl<'a> Clone for ECPoint<'a>fn clone(&self) -> ECPoint<'a>[src]
fn clone(&self) -> ECPoint<'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 ECPoint<'a>[src]
impl<'a> Debug for ECPoint<'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 ECPoint<'a>[src]
impl<'a> PartialEq for ECPoint<'a>