pub struct CVPixelBufferPoolFlushFlags(/* private fields */);Available on crate feature
cv only.Expand description
Flags controlling which unused buffers a pool flushes.
Implementations§
Source§impl CVPixelBufferPoolFlushFlags
impl CVPixelBufferPoolFlushFlags
Sourcepub const EXCESS_BUFFERS: Self
pub const EXCESS_BUFFERS: Self
Flush every unused buffer regardless of age.
Trait Implementations§
Source§impl BitOr for CVPixelBufferPoolFlushFlags
impl BitOr for CVPixelBufferPoolFlushFlags
Source§impl BitOrAssign for CVPixelBufferPoolFlushFlags
impl BitOrAssign for CVPixelBufferPoolFlushFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for CVPixelBufferPoolFlushFlags
impl Clone for CVPixelBufferPoolFlushFlags
Source§fn clone(&self) -> CVPixelBufferPoolFlushFlags
fn clone(&self) -> CVPixelBufferPoolFlushFlags
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 CVPixelBufferPoolFlushFlags
Source§impl Debug for CVPixelBufferPoolFlushFlags
impl Debug for CVPixelBufferPoolFlushFlags
Source§impl Default for CVPixelBufferPoolFlushFlags
impl Default for CVPixelBufferPoolFlushFlags
Source§fn default() -> CVPixelBufferPoolFlushFlags
fn default() -> CVPixelBufferPoolFlushFlags
Returns the “default value” for a type. Read more
impl Eq for CVPixelBufferPoolFlushFlags
Source§impl From<CVPixelBufferPoolFlushFlags> for u64
impl From<CVPixelBufferPoolFlushFlags> for u64
Source§fn from(flags: CVPixelBufferPoolFlushFlags) -> Self
fn from(flags: CVPixelBufferPoolFlushFlags) -> Self
Converts to this type from the input type.
Source§impl Hash for CVPixelBufferPoolFlushFlags
impl Hash for CVPixelBufferPoolFlushFlags
impl StructuralPartialEq for CVPixelBufferPoolFlushFlags
Auto Trait Implementations§
impl Freeze for CVPixelBufferPoolFlushFlags
impl RefUnwindSafe for CVPixelBufferPoolFlushFlags
impl Send for CVPixelBufferPoolFlushFlags
impl Sync for CVPixelBufferPoolFlushFlags
impl Unpin for CVPixelBufferPoolFlushFlags
impl UnsafeUnpin for CVPixelBufferPoolFlushFlags
impl UnwindSafe for CVPixelBufferPoolFlushFlags
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