pub enum PipelineStages {
Double,
Triple,
Quad,
}Expand description
Pipeline stage policy for cp.async-driven shared-memory
double/triple/quad buffering.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PipelineStages
impl Clone for PipelineStages
Source§fn clone(&self) -> PipelineStages
fn clone(&self) -> PipelineStages
Returns a duplicate 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 moreSource§impl Debug for PipelineStages
impl Debug for PipelineStages
Source§impl PartialEq for PipelineStages
impl PartialEq for PipelineStages
impl Copy for PipelineStages
impl Eq for PipelineStages
impl StructuralPartialEq for PipelineStages
Auto Trait Implementations§
impl Freeze for PipelineStages
impl RefUnwindSafe for PipelineStages
impl Send for PipelineStages
impl Sync for PipelineStages
impl Unpin for PipelineStages
impl UnsafeUnpin for PipelineStages
impl UnwindSafe for PipelineStages
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more