Enum webrtc_dtls::curve::EllipticCurveType
source · pub enum EllipticCurveType {
NamedCurve,
Unsupported,
}
Variants§
Trait Implementations§
source§impl Clone for EllipticCurveType
impl Clone for EllipticCurveType
source§fn clone(&self) -> EllipticCurveType
fn clone(&self) -> EllipticCurveType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EllipticCurveType
impl Debug for EllipticCurveType
source§impl From<u8> for EllipticCurveType
impl From<u8> for EllipticCurveType
source§impl PartialEq<EllipticCurveType> for EllipticCurveType
impl PartialEq<EllipticCurveType> for EllipticCurveType
source§fn eq(&self, other: &EllipticCurveType) -> bool
fn eq(&self, other: &EllipticCurveType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.