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