Enum webrtc_dtls::curve::EllipticCurveType
source · [−]pub enum EllipticCurveType {
NamedCurve,
Unsupported,
}
Variants
NamedCurve
Unsupported
Trait Implementations
sourceimpl Clone for EllipticCurveType
impl Clone for EllipticCurveType
sourcefn clone(&self) -> EllipticCurveType
fn clone(&self) -> EllipticCurveType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for EllipticCurveType
impl Debug for EllipticCurveType
sourceimpl From<u8> for EllipticCurveType
impl From<u8> for EllipticCurveType
impl Copy for EllipticCurveType
impl Eq for EllipticCurveType
impl StructuralEq for EllipticCurveType
impl StructuralPartialEq for EllipticCurveType
Auto Trait Implementations
impl RefUnwindSafe for EllipticCurveType
impl Send for EllipticCurveType
impl Sync for EllipticCurveType
impl Unpin for EllipticCurveType
impl UnwindSafe for EllipticCurveType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more