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