Struct tls_parser::tls_ec::ECParameters[][src]

pub struct ECParameters<'a> {
    pub curve_type: u8,
    pub params_content: ECParametersContent<'a>,
}

Elliptic curve parameters, defined in RFC4492 section 5.4

Fields

Should match a ECCurveType value

Trait Implementations

impl<'a> PartialEq for ECParameters<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Debug for ECParameters<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for ECParameters<'a>

impl<'a> Sync for ECParameters<'a>