Enum webrtc_dtls::extension::ExtensionValue
source · pub enum ExtensionValue {
ServerName = 0,
SupportedEllipticCurves = 10,
SupportedPointFormats = 11,
SupportedSignatureAlgorithms = 13,
UseSrtp = 14,
UseExtendedMasterSecret = 23,
RenegotiationInfo = 65_281,
Unsupported = 65282,
}
Variants§
ServerName = 0
SupportedEllipticCurves = 10
SupportedPointFormats = 11
SupportedSignatureAlgorithms = 13
UseSrtp = 14
UseExtendedMasterSecret = 23
RenegotiationInfo = 65_281
Unsupported = 65282
Trait Implementations§
source§impl Clone for ExtensionValue
impl Clone for ExtensionValue
source§fn clone(&self) -> ExtensionValue
fn clone(&self) -> ExtensionValue
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 ExtensionValue
impl Debug for ExtensionValue
source§impl From<u16> for ExtensionValue
impl From<u16> for ExtensionValue
source§impl PartialEq for ExtensionValue
impl PartialEq for ExtensionValue
source§fn eq(&self, other: &ExtensionValue) -> bool
fn eq(&self, other: &ExtensionValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ExtensionValue
impl StructuralPartialEq for ExtensionValue
Auto Trait Implementations§
impl Freeze for ExtensionValue
impl RefUnwindSafe for ExtensionValue
impl Send for ExtensionValue
impl Sync for ExtensionValue
impl Unpin for ExtensionValue
impl UnwindSafe for ExtensionValue
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more