#[repr(C)]pub struct CVPixelBufferPool { /* private fields */ }Available on crate feature
CVPixelBufferPool only.Expand description
Methods from Deref<Target = CFType>§
Sourcepub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
pub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
Attempt to downcast the type to that of type T.
This is the reference-variant. Use CFRetained::downcast if you
want to convert a retained type. See also ConcreteType for more
details on which types support being converted to.
Trait Implementations§
Source§impl AsRef<AnyObject> for CVPixelBufferPool
impl AsRef<AnyObject> for CVPixelBufferPool
Source§impl AsRef<CFType> for CVPixelBufferPool
impl AsRef<CFType> for CVPixelBufferPool
Source§impl AsRef<CVPixelBufferPool> for CVPixelBufferPool
impl AsRef<CVPixelBufferPool> for CVPixelBufferPool
Source§impl Borrow<AnyObject> for CVPixelBufferPool
impl Borrow<AnyObject> for CVPixelBufferPool
Source§impl Borrow<CFType> for CVPixelBufferPool
impl Borrow<CFType> for CVPixelBufferPool
Source§impl ConcreteType for CVPixelBufferPool
impl ConcreteType for CVPixelBufferPool
Source§impl Debug for CVPixelBufferPool
impl Debug for CVPixelBufferPool
Source§impl Deref for CVPixelBufferPool
impl Deref for CVPixelBufferPool
Source§impl Hash for CVPixelBufferPool
impl Hash for CVPixelBufferPool
Source§impl Message for CVPixelBufferPool
impl Message for CVPixelBufferPool
Source§impl PartialEq for CVPixelBufferPool
impl PartialEq for CVPixelBufferPool
Source§impl RefEncode for CVPixelBufferPool
impl RefEncode for CVPixelBufferPool
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Source§impl Type for CVPixelBufferPool
impl Type for CVPixelBufferPool
impl Eq 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 !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