pub struct __CVMetalTextureCache { /* private fields */ }Trait Implementations§
Source§impl Clone for __CVMetalTextureCache
impl Clone for __CVMetalTextureCache
Source§fn clone(&self) -> __CVMetalTextureCache
fn clone(&self) -> __CVMetalTextureCache
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __CVMetalTextureCache
impl Debug for __CVMetalTextureCache
impl Copy 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