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
curve_type: u8
Should match a ECCurveType value
params_content: ECParametersContent<'a>
Trait Implementations
impl<'a> PartialEq for ECParameters<'a>[src]
impl<'a> PartialEq for ECParameters<'a>fn eq(&self, other: &ECParameters<'a>) -> bool[src]
fn eq(&self, other: &ECParameters<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ECParameters<'a>) -> bool[src]
fn ne(&self, other: &ECParameters<'a>) -> boolThis method tests for !=.
impl<'a> Debug for ECParameters<'a>[src]
impl<'a> Debug for ECParameters<'a>Auto Trait Implementations
impl<'a> Send for ECParameters<'a>
impl<'a> Send for ECParameters<'a>impl<'a> Sync for ECParameters<'a>
impl<'a> Sync for ECParameters<'a>