pub enum CVPixelFormatDescriptionKeys {
Show 29 variants
Name,
Constant,
CodecType,
FourCC,
ContainsAlpha,
ContainsYCbCr,
ContainsRGB,
ComponentRange,
ComponentRange_VideoRange,
ComponentRange_FullRange,
ComponentRange_WideRange,
Planes,
BlockWidth,
BlockHeight,
BitsPerBlock,
BlockHorizontalAlignment,
BlockVerticalAlignment,
BlackBlock,
HorizontalSubsampling,
VerticalSubsampling,
OpenGLFormat,
OpenGLType,
OpenGLInternalFormat,
CGBitmapInfo,
QDCompatibility,
CGBitmapContextCompatibility,
CGImageCompatibility,
OpenGLCompatibility,
FillExtendedPixelsCallback,
}Variants§
Name
Constant
CodecType
FourCC
ContainsAlpha
ContainsYCbCr
ContainsRGB
ComponentRange
ComponentRange_VideoRange
ComponentRange_FullRange
ComponentRange_WideRange
Planes
BlockWidth
BlockHeight
BitsPerBlock
BlockHorizontalAlignment
BlockVerticalAlignment
BlackBlock
HorizontalSubsampling
VerticalSubsampling
OpenGLFormat
OpenGLType
OpenGLInternalFormat
CGBitmapInfo
QDCompatibility
CGBitmapContextCompatibility
CGImageCompatibility
OpenGLCompatibility
FillExtendedPixelsCallback
Trait Implementations§
source§impl From<CVPixelFormatDescriptionKeys> for CFStringRef
impl From<CVPixelFormatDescriptionKeys> for CFStringRef
source§fn from(key: CVPixelFormatDescriptionKeys) -> Self
fn from(key: CVPixelFormatDescriptionKeys) -> Self
Converts to this type from the input type.
source§impl From<CVPixelFormatDescriptionKeys> for CFString
impl From<CVPixelFormatDescriptionKeys> for CFString
source§fn from(key: CVPixelFormatDescriptionKeys) -> Self
fn from(key: CVPixelFormatDescriptionKeys) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CVPixelFormatDescriptionKeys
impl RefUnwindSafe for CVPixelFormatDescriptionKeys
impl Send for CVPixelFormatDescriptionKeys
impl Sync for CVPixelFormatDescriptionKeys
impl Unpin for CVPixelFormatDescriptionKeys
impl UnwindSafe for CVPixelFormatDescriptionKeys
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