Enum tls_parser::tls_ec::ECParametersContent [−][src]
pub enum ECParametersContent<'a> {
ExplicitPrime(ExplicitPrimeContent<'a>),
ExplicitChar2(&'a [u8]),
NamedGroup(u16),
}Elliptic curve parameters content (depending on EC type)
Variants
ExplicitPrime(ExplicitPrimeContent<'a>)ExplicitChar2(&'a [u8])NamedGroup(u16)
Trait Implementations
impl<'a> PartialEq for ECParametersContent<'a>[src]
impl<'a> PartialEq for ECParametersContent<'a>fn eq(&self, other: &ECParametersContent<'a>) -> bool[src]
fn eq(&self, other: &ECParametersContent<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ECParametersContent<'a>) -> bool[src]
fn ne(&self, other: &ECParametersContent<'a>) -> boolThis method tests for !=.
impl<'a> Debug for ECParametersContent<'a>[src]
impl<'a> Debug for ECParametersContent<'a>Auto Trait Implementations
impl<'a> Send for ECParametersContent<'a>
impl<'a> Send for ECParametersContent<'a>impl<'a> Sync for ECParametersContent<'a>
impl<'a> Sync for ECParametersContent<'a>