pub enum CVImageBufferKeys {
Show 21 variants
CGColorSpace,
CleanAperture,
PreferredCleanAperture,
FieldCount,
FieldDetail,
PixelAspectRatio,
DisplayDimensions,
GammaLevel,
ICCProfile,
YCbCrMatrix,
ColorPrimaries,
TransferFunction,
ChromaLocationTopField,
ChromaLocationBottomField,
ChromaSubsampling,
AlphaChannelIsOpaque,
AlphaChannelMode,
MasteringDisplayColorVolume,
ContentLightLevelInfo,
AmbientViewingEnvironment,
RegionOfInterest,
}Variants§
CGColorSpace
CleanAperture
PreferredCleanAperture
FieldCount
FieldDetail
PixelAspectRatio
DisplayDimensions
GammaLevel
ICCProfile
YCbCrMatrix
ColorPrimaries
TransferFunction
ChromaLocationTopField
ChromaLocationBottomField
ChromaSubsampling
AlphaChannelIsOpaque
AlphaChannelMode
MasteringDisplayColorVolume
ContentLightLevelInfo
AmbientViewingEnvironment
RegionOfInterest
Trait Implementations§
Source§impl From<CVImageBufferKeys> for CFStringRef
impl From<CVImageBufferKeys> for CFStringRef
Source§fn from(key: CVImageBufferKeys) -> CFStringRef
fn from(key: CVImageBufferKeys) -> CFStringRef
Converts to this type from the input type.
Source§impl From<CVImageBufferKeys> for CFString
impl From<CVImageBufferKeys> for CFString
Source§fn from(key: CVImageBufferKeys) -> CFString
fn from(key: CVImageBufferKeys) -> CFString
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CVImageBufferKeys
impl RefUnwindSafe for CVImageBufferKeys
impl Send for CVImageBufferKeys
impl Sync for CVImageBufferKeys
impl Unpin for CVImageBufferKeys
impl UnwindSafe for CVImageBufferKeys
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