Struct live_kit_client2::prod::CVImageBuffer
pub struct CVImageBuffer(_);
Implementations§
§impl CVImageBuffer
impl CVImageBuffer
pub fn io_surface(&self) -> IOSurface
pub fn width(&self) -> usize
pub fn height(&self) -> usize
pub fn plane_width(&self, plane: usize) -> usize
pub fn plane_height(&self, plane: usize) -> usize
pub fn pixel_format_type(&self) -> u32
Trait Implementations§
§impl Clone for CVImageBuffer
impl Clone for CVImageBuffer
§fn clone(&self) -> CVImageBuffer
fn clone(&self) -> CVImageBuffer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for CVImageBuffer
impl Debug for CVImageBuffer
§impl PartialEq<CVImageBuffer> for CVImageBuffer
impl PartialEq<CVImageBuffer> for CVImageBuffer
§fn eq(&self, other: &CVImageBuffer) -> bool
fn eq(&self, other: &CVImageBuffer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl TCFType for CVImageBuffer
impl TCFType for CVImageBuffer
§fn as_concrete_TypeRef(&self) -> *const __CVImageBuffer
fn as_concrete_TypeRef(&self) -> *const __CVImageBuffer
Returns the object as its concrete TypeRef.
§unsafe fn wrap_under_get_rule(
reference: *const __CVImageBuffer
) -> CVImageBuffer
unsafe fn wrap_under_get_rule( reference: *const __CVImageBuffer ) -> CVImageBuffer
Returns an instance of the object, wrapping the underlying
CFTypeRef
subclass. Use this
when following Core Foundation’s “Get Rule”. The reference count is bumped.§fn as_CFTypeRef(&self) -> *const c_void
fn as_CFTypeRef(&self) -> *const c_void
Returns the object as a raw
CFTypeRef
. The reference count is not adjusted.§unsafe fn wrap_under_create_rule(
reference: *const __CVImageBuffer
) -> CVImageBuffer
unsafe fn wrap_under_create_rule( reference: *const __CVImageBuffer ) -> CVImageBuffer
Returns an instance of the object, wrapping the underlying
CFTypeRef
subclass. Use this
when following Core Foundation’s “Create Rule”. The reference count is not bumped.§fn as_CFType(&self) -> CFType
fn as_CFType(&self) -> CFType
Returns the object as a wrapped
CFType
. The reference count is incremented by one.§fn into_CFType(self) -> CFTypewhere
Self: Sized,
fn into_CFType(self) -> CFTypewhere Self: Sized,
Returns the object as a wrapped
CFType
. Consumes self and avoids changing the reference
count.§fn retain_count(&self) -> isize
fn retain_count(&self) -> isize
Returns the reference count of the object. It is unwise to do anything other than test
whether the return value of this method is greater than zero.
§fn instance_of<OtherCFType>(&self) -> boolwhere
OtherCFType: TCFType,
fn instance_of<OtherCFType>(&self) -> boolwhere OtherCFType: TCFType,
Returns true if this value is an instance of another type.
§impl<'a> ToVoid<CVImageBuffer> for &'a CVImageBuffer
impl<'a> ToVoid<CVImageBuffer> for &'a CVImageBuffer
§impl ToVoid<CVImageBuffer> for CVImageBuffer
impl ToVoid<CVImageBuffer> for CVImageBuffer
impl ConcreteCFType for CVImageBuffer
impl Eq for CVImageBuffer
Auto Trait Implementations§
impl RefUnwindSafe for CVImageBuffer
impl !Send for CVImageBuffer
impl !Sync for CVImageBuffer
impl Unpin for CVImageBuffer
impl UnwindSafe for CVImageBuffer
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