Enum rustls::internal::msgs::enums::ECCurveType [−][src]
pub enum ECCurveType { ExplicitPrime, ExplicitChar2, NamedCurve, Unknown(u8), }
The ECCurveType
TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The Unknown
item is used when processing unrecognised ordinals.
Variants
Unknown(u8)
Implementations
Trait Implementations
impl Clone for ECCurveType
[src]
impl Clone for ECCurveType
[src]fn clone(&self) -> ECCurveType
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Codec for ECCurveType
[src]
impl Codec for ECCurveType
[src]impl PartialEq<ECCurveType> for ECCurveType
[src]
impl PartialEq<ECCurveType> for ECCurveType
[src]