Struct webrtc_dtls::extension::extension_supported_point_formats::ExtensionSupportedPointFormats
source · pub struct ExtensionSupportedPointFormats { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for ExtensionSupportedPointFormats
impl Clone for ExtensionSupportedPointFormats
source§fn clone(&self) -> ExtensionSupportedPointFormats
fn clone(&self) -> ExtensionSupportedPointFormats
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 PartialEq for ExtensionSupportedPointFormats
impl PartialEq for ExtensionSupportedPointFormats
source§fn eq(&self, other: &ExtensionSupportedPointFormats) -> bool
fn eq(&self, other: &ExtensionSupportedPointFormats) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ExtensionSupportedPointFormats
impl StructuralPartialEq for ExtensionSupportedPointFormats
Auto Trait Implementations§
impl Freeze for ExtensionSupportedPointFormats
impl RefUnwindSafe for ExtensionSupportedPointFormats
impl Send for ExtensionSupportedPointFormats
impl Sync for ExtensionSupportedPointFormats
impl Unpin for ExtensionSupportedPointFormats
impl UnwindSafe for ExtensionSupportedPointFormats
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