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