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