pub struct CvPixelBufferHandle {
pub ptr: usize,
}Expand description
A macOS CVPixelBuffer pointer (zero-copy path, not yet produced).
Fields§
§ptr: usizeTrait Implementations§
Source§impl Clone for CvPixelBufferHandle
impl Clone for CvPixelBufferHandle
Source§fn clone(&self) -> CvPixelBufferHandle
fn clone(&self) -> CvPixelBufferHandle
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 moreimpl Copy for CvPixelBufferHandle
Source§impl Debug for CvPixelBufferHandle
impl Debug for CvPixelBufferHandle
impl Eq for CvPixelBufferHandle
Source§impl PartialEq for CvPixelBufferHandle
impl PartialEq for CvPixelBufferHandle
Source§fn eq(&self, other: &CvPixelBufferHandle) -> bool
fn eq(&self, other: &CvPixelBufferHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CvPixelBufferHandle
Auto Trait Implementations§
impl Freeze for CvPixelBufferHandle
impl RefUnwindSafe for CvPixelBufferHandle
impl Send for CvPixelBufferHandle
impl Sync for CvPixelBufferHandle
impl Unpin for CvPixelBufferHandle
impl UnsafeUnpin for CvPixelBufferHandle
impl UnwindSafe for CvPixelBufferHandle
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