pub enum SampleAttachmentQualityMetricsKey {
LumaMeanSquaredError,
ChromaBlueMeanSquaredError,
ChromaRedMeanSquaredError,
}Variants§
Trait Implementations§
Source§impl Clone for SampleAttachmentQualityMetricsKey
impl Clone for SampleAttachmentQualityMetricsKey
Source§fn clone(&self) -> SampleAttachmentQualityMetricsKey
fn clone(&self) -> SampleAttachmentQualityMetricsKey
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 From<SampleAttachmentQualityMetricsKey> for CFStringRef
impl From<SampleAttachmentQualityMetricsKey> for CFStringRef
Source§fn from(key: SampleAttachmentQualityMetricsKey) -> Self
fn from(key: SampleAttachmentQualityMetricsKey) -> Self
Converts to this type from the input type.
Source§impl From<SampleAttachmentQualityMetricsKey> for CFString
impl From<SampleAttachmentQualityMetricsKey> for CFString
Source§fn from(key: SampleAttachmentQualityMetricsKey) -> Self
fn from(key: SampleAttachmentQualityMetricsKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SampleAttachmentQualityMetricsKey
impl PartialEq for SampleAttachmentQualityMetricsKey
Source§fn eq(&self, other: &SampleAttachmentQualityMetricsKey) -> bool
fn eq(&self, other: &SampleAttachmentQualityMetricsKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SampleAttachmentQualityMetricsKey
impl Eq for SampleAttachmentQualityMetricsKey
impl StructuralPartialEq for SampleAttachmentQualityMetricsKey
Auto Trait Implementations§
impl Freeze for SampleAttachmentQualityMetricsKey
impl RefUnwindSafe for SampleAttachmentQualityMetricsKey
impl Send for SampleAttachmentQualityMetricsKey
impl Sync for SampleAttachmentQualityMetricsKey
impl Unpin for SampleAttachmentQualityMetricsKey
impl UnwindSafe for SampleAttachmentQualityMetricsKey
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