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