#[repr(transparent)]pub struct FlushFlags(pub u64);Tuple Fields§
§0: u64Implementations§
Source§impl FlushFlags
impl FlushFlags
Source§impl FlushFlags
impl FlushFlags
pub const NONE: Self
Sourcepub const EXCESS_BUFFERS: Self
pub const EXCESS_BUFFERS: Self
This flag will cause CVPixelBufferPoolFlush to flush all unused buffers regardless of age.
Trait Implementations§
Source§impl Binary for FlushFlags
impl Binary for FlushFlags
Source§impl BitAnd for FlushFlags
impl BitAnd for FlushFlags
Source§impl BitAndAssign for FlushFlags
impl BitAndAssign for FlushFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for FlushFlags
impl BitOr for FlushFlags
Source§impl BitOrAssign for FlushFlags
impl BitOrAssign for FlushFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for FlushFlags
impl BitXor for FlushFlags
Source§impl BitXorAssign for FlushFlags
impl BitXorAssign for FlushFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for FlushFlags
impl Clone for FlushFlags
Source§fn clone(&self) -> FlushFlags
fn clone(&self) -> FlushFlags
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 FlushFlags
Source§impl Debug for FlushFlags
impl Debug for FlushFlags
Source§impl Default for FlushFlags
impl Default for FlushFlags
Source§fn default() -> FlushFlags
fn default() -> FlushFlags
Returns the “default value” for a type. Read more
impl Eq for FlushFlags
Source§impl From<u64> for FlushFlags
impl From<u64> for FlushFlags
Source§impl Hash for FlushFlags
impl Hash for FlushFlags
Source§impl Not for FlushFlags
impl Not for FlushFlags
Source§impl PartialEq for FlushFlags
impl PartialEq for FlushFlags
Source§fn eq(&self, other: &FlushFlags) -> bool
fn eq(&self, other: &FlushFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FlushFlags
Auto Trait Implementations§
impl Freeze for FlushFlags
impl RefUnwindSafe for FlushFlags
impl Send for FlushFlags
impl Sync for FlushFlags
impl Unpin for FlushFlags
impl UnsafeUnpin for FlushFlags
impl UnwindSafe for FlushFlags
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