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