#[repr(C)]pub struct CVMetalTextureCache { /* private fields */ }Available on crate feature
CVMetalTextureCache only.Expand description
CoreVideo Metal Texture Cache
See also Apple’s documentation
Methods from Deref<Target = CFType>§
Sourcepub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
pub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
Attempt to downcast the type to that of type T.
This is the reference-variant. Use CFRetained::downcast if you
want to convert a retained type. See also ConcreteType for more
details on which types support being converted to.
Trait Implementations§
Source§impl AsRef<AnyObject> for CVMetalTextureCache
impl AsRef<AnyObject> for CVMetalTextureCache
Source§impl AsRef<CFType> for CVMetalTextureCache
impl AsRef<CFType> for CVMetalTextureCache
Source§impl Borrow<AnyObject> for CVMetalTextureCache
impl Borrow<AnyObject> for CVMetalTextureCache
Source§impl Borrow<CFType> for CVMetalTextureCache
impl Borrow<CFType> for CVMetalTextureCache
Source§impl ConcreteType for CVMetalTextureCache
impl ConcreteType for CVMetalTextureCache
Source§impl Debug for CVMetalTextureCache
impl Debug for CVMetalTextureCache
Source§impl Deref for CVMetalTextureCache
impl Deref for CVMetalTextureCache
Source§impl Hash for CVMetalTextureCache
impl Hash for CVMetalTextureCache
Source§impl Message for CVMetalTextureCache
impl Message for CVMetalTextureCache
Source§impl PartialEq for CVMetalTextureCache
impl PartialEq for CVMetalTextureCache
Source§impl RefEncode for CVMetalTextureCache
impl RefEncode for CVMetalTextureCache
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Source§impl Type for CVMetalTextureCache
impl Type for CVMetalTextureCache
impl Eq for CVMetalTextureCache
Auto Trait Implementations§
impl !Freeze for CVMetalTextureCache
impl !RefUnwindSafe for CVMetalTextureCache
impl !Send for CVMetalTextureCache
impl !Sync for CVMetalTextureCache
impl !Unpin for CVMetalTextureCache
impl !UnwindSafe for CVMetalTextureCache
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