#[repr(C)]pub struct CVMetalBufferCache { /* private fields */ }Available on crate feature
CVMetalBufferCache only.Expand description
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 CVMetalBufferCache
impl AsRef<AnyObject> for CVMetalBufferCache
Source§impl AsRef<CFType> for CVMetalBufferCache
impl AsRef<CFType> for CVMetalBufferCache
Source§impl AsRef<CVMetalBufferCache> for CVMetalBufferCache
impl AsRef<CVMetalBufferCache> for CVMetalBufferCache
Source§impl Borrow<AnyObject> for CVMetalBufferCache
impl Borrow<AnyObject> for CVMetalBufferCache
Source§impl Borrow<CFType> for CVMetalBufferCache
impl Borrow<CFType> for CVMetalBufferCache
Source§impl ConcreteType for CVMetalBufferCache
impl ConcreteType for CVMetalBufferCache
Source§impl Debug for CVMetalBufferCache
impl Debug for CVMetalBufferCache
Source§impl Deref for CVMetalBufferCache
impl Deref for CVMetalBufferCache
Source§impl Hash for CVMetalBufferCache
impl Hash for CVMetalBufferCache
Source§impl Message for CVMetalBufferCache
impl Message for CVMetalBufferCache
Source§impl PartialEq for CVMetalBufferCache
impl PartialEq for CVMetalBufferCache
Source§impl RefEncode for CVMetalBufferCache
impl RefEncode for CVMetalBufferCache
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 CVMetalBufferCache
impl Type for CVMetalBufferCache
impl Eq for CVMetalBufferCache
Auto Trait Implementations§
impl !Freeze for CVMetalBufferCache
impl !RefUnwindSafe for CVMetalBufferCache
impl !Send for CVMetalBufferCache
impl !Sync for CVMetalBufferCache
impl !Unpin for CVMetalBufferCache
impl !UnwindSafe for CVMetalBufferCache
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