pub struct __CVMetalTextureCache(/* private fields */);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