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