pub enum CVPixelBufferKeys {
Show 17 variants
PixelFormatType,
MemoryAllocator,
Width,
Height,
ExtendedPixelsLeft,
ExtendedPixelsTop,
ExtendedPixelsRight,
ExtendedPixelsBottom,
BytesPerRowAlignment,
CGBitmapContextCompatibility,
CGImageCompatibility,
OpenGLCompatibility,
PlaneAlignment,
IOSurfaceProperties,
MetalCompatibility,
OpenGLTextureCacheCompatibility,
VersatileBayerKey_BayerPattern,
}Variants§
PixelFormatType
MemoryAllocator
Width
Height
ExtendedPixelsLeft
ExtendedPixelsTop
ExtendedPixelsRight
ExtendedPixelsBottom
BytesPerRowAlignment
CGBitmapContextCompatibility
CGImageCompatibility
OpenGLCompatibility
PlaneAlignment
IOSurfaceProperties
MetalCompatibility
OpenGLTextureCacheCompatibility
VersatileBayerKey_BayerPattern
Trait Implementations§
source§impl From<CVPixelBufferKeys> for CFStringRef
impl From<CVPixelBufferKeys> for CFStringRef
source§fn from(key: CVPixelBufferKeys) -> Self
fn from(key: CVPixelBufferKeys) -> Self
Converts to this type from the input type.
source§impl From<CVPixelBufferKeys> for CFString
impl From<CVPixelBufferKeys> for CFString
source§fn from(key: CVPixelBufferKeys) -> Self
fn from(key: CVPixelBufferKeys) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CVPixelBufferKeys
impl RefUnwindSafe for CVPixelBufferKeys
impl Send for CVPixelBufferKeys
impl Sync for CVPixelBufferKeys
impl Unpin for CVPixelBufferKeys
impl UnwindSafe for CVPixelBufferKeys
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