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