pub struct __CVMetalBufferCache { /* private fields */ }Expand description
Opaque Apple SDK type __CVMetalBufferCache.
Trait Implementations§
Source§impl Clone for __CVMetalBufferCache
impl Clone for __CVMetalBufferCache
Source§fn clone(&self) -> __CVMetalBufferCache
fn clone(&self) -> __CVMetalBufferCache
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 __CVMetalBufferCache
impl Debug for __CVMetalBufferCache
impl Copy 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 UnsafeUnpin 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