pub enum CVPixelBufferIOSurfaceKeys {
OpenGLTextureCompatibility,
OpenGLFBOCompatibility,
CoreAnimationCompatibility,
OpenGLESTextureCompatibility,
OpenGLESFBOCompatibility,
}Variants§
OpenGLTextureCompatibility
OpenGLFBOCompatibility
CoreAnimationCompatibility
OpenGLESTextureCompatibility
OpenGLESFBOCompatibility
Trait Implementations§
Source§impl From<CVPixelBufferIOSurfaceKeys> for CFStringRef
impl From<CVPixelBufferIOSurfaceKeys> for CFStringRef
Source§fn from(key: CVPixelBufferIOSurfaceKeys) -> Self
fn from(key: CVPixelBufferIOSurfaceKeys) -> Self
Converts to this type from the input type.
Source§impl From<CVPixelBufferIOSurfaceKeys> for CFString
impl From<CVPixelBufferIOSurfaceKeys> for CFString
Source§fn from(key: CVPixelBufferIOSurfaceKeys) -> Self
fn from(key: CVPixelBufferIOSurfaceKeys) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CVPixelBufferIOSurfaceKeys
impl RefUnwindSafe for CVPixelBufferIOSurfaceKeys
impl Send for CVPixelBufferIOSurfaceKeys
impl Sync for CVPixelBufferIOSurfaceKeys
impl Unpin for CVPixelBufferIOSurfaceKeys
impl UnwindSafe for CVPixelBufferIOSurfaceKeys
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