pub enum CGDisplayStreamYCbCrMatrices {
ITU_R_709_2,
ITU_R_601_4,
SMPTE_240M_1995,
}
Variants§
Trait Implementations§
Source§impl From<CGDisplayStreamYCbCrMatrices> for CFStringRef
impl From<CGDisplayStreamYCbCrMatrices> for CFStringRef
Source§fn from(matrix: CGDisplayStreamYCbCrMatrices) -> Self
fn from(matrix: CGDisplayStreamYCbCrMatrices) -> Self
Converts to this type from the input type.
Source§impl From<CGDisplayStreamYCbCrMatrices> for CFString
impl From<CGDisplayStreamYCbCrMatrices> for CFString
Source§fn from(matrix: CGDisplayStreamYCbCrMatrices) -> Self
fn from(matrix: CGDisplayStreamYCbCrMatrices) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CGDisplayStreamYCbCrMatrices
impl RefUnwindSafe for CGDisplayStreamYCbCrMatrices
impl Send for CGDisplayStreamYCbCrMatrices
impl Sync for CGDisplayStreamYCbCrMatrices
impl Unpin for CGDisplayStreamYCbCrMatrices
impl UnwindSafe for CGDisplayStreamYCbCrMatrices
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