Struct tls_parser::tls_ec::ECPoint
[−]
[src]
pub struct ECPoint<'a> {
pub point: &'a [u8],
}EC Point
Fields
point: &'a [u8]
Trait Implementations
impl<'a> Clone for 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
Performs copy-assignment from source. Read more