pub enum CVPixelBufferPoolKeys {
MinimumBufferCount,
MaximumBufferAge,
AllocationThreshold,
FreeBufferNotification,
}Variants§
Trait Implementations§
source§impl From<CVPixelBufferPoolKeys> for CFStringRef
impl From<CVPixelBufferPoolKeys> for CFStringRef
source§fn from(key: CVPixelBufferPoolKeys) -> CFStringRef
fn from(key: CVPixelBufferPoolKeys) -> CFStringRef
Converts to this type from the input type.
source§impl From<CVPixelBufferPoolKeys> for CFString
impl From<CVPixelBufferPoolKeys> for CFString
source§fn from(key: CVPixelBufferPoolKeys) -> CFString
fn from(key: CVPixelBufferPoolKeys) -> CFString
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CVPixelBufferPoolKeys
impl RefUnwindSafe for CVPixelBufferPoolKeys
impl Send for CVPixelBufferPoolKeys
impl Sync for CVPixelBufferPoolKeys
impl Unpin for CVPixelBufferPoolKeys
impl UnwindSafe for CVPixelBufferPoolKeys
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