pub enum SampleAttachmentKey {
QualityMetrics,
}Variants§
QualityMetrics
Trait Implementations§
Source§impl Clone for SampleAttachmentKey
impl Clone for SampleAttachmentKey
Source§fn clone(&self) -> SampleAttachmentKey
fn clone(&self) -> SampleAttachmentKey
Returns a duplicate 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 SampleAttachmentKey
impl Debug for SampleAttachmentKey
Source§impl From<SampleAttachmentKey> for CFStringRef
impl From<SampleAttachmentKey> for CFStringRef
Source§fn from(key: SampleAttachmentKey) -> Self
fn from(key: SampleAttachmentKey) -> Self
Converts to this type from the input type.
Source§impl From<SampleAttachmentKey> for CFString
impl From<SampleAttachmentKey> for CFString
Source§fn from(key: SampleAttachmentKey) -> Self
fn from(key: SampleAttachmentKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SampleAttachmentKey
impl PartialEq for SampleAttachmentKey
impl Copy for SampleAttachmentKey
impl Eq for SampleAttachmentKey
impl StructuralPartialEq for SampleAttachmentKey
Auto Trait Implementations§
impl Freeze for SampleAttachmentKey
impl RefUnwindSafe for SampleAttachmentKey
impl Send for SampleAttachmentKey
impl Sync for SampleAttachmentKey
impl Unpin for SampleAttachmentKey
impl UnwindSafe for SampleAttachmentKey
Blanket Implementations§
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