pub struct PixelBufferRef { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Drop for PixelBufferRef
impl Drop for PixelBufferRef
Source§impl From<*mut __CVBuffer> for PixelBufferRef
impl From<*mut __CVBuffer> for PixelBufferRef
Source§fn from(buffer: CVPixelBufferRef) -> Self
fn from(buffer: CVPixelBufferRef) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PixelBufferRef
impl RefUnwindSafe for PixelBufferRef
impl !Send for PixelBufferRef
impl !Sync for PixelBufferRef
impl Unpin for PixelBufferRef
impl UnwindSafe for PixelBufferRef
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