pub struct __CVPixelBufferPool(/* private fields */);Auto Trait Implementations§
impl Freeze for __CVPixelBufferPool
impl RefUnwindSafe for __CVPixelBufferPool
impl Send for __CVPixelBufferPool
impl Sync for __CVPixelBufferPool
impl Unpin 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