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