pub struct CVMetalTextureCache(/* private fields */);Available on crate feature
cv only.Expand description
Owned wrapper around CVMetalTextureCacheRef.
Implementations§
Trait Implementations§
Source§impl Clone for CVMetalTextureCache
impl Clone for CVMetalTextureCache
Source§impl Debug for CVMetalTextureCache
impl Debug for CVMetalTextureCache
Source§impl Drop for CVMetalTextureCache
impl Drop for CVMetalTextureCache
Source§impl Hash for CVMetalTextureCache
impl Hash for CVMetalTextureCache
Source§impl PartialEq for CVMetalTextureCache
impl PartialEq 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 UnsafeUnpin 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