pub struct __CVMetalBufferCache { /* private fields */ }Expand description
Opaque Apple SDK type __CVMetalBufferCache.
Trait Implementations§
Source§impl Clone for __CVMetalBufferCache
impl Clone 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