pub enum ComputeStage {
Main,
PostProcessing,
}Expand description
Mirrors VNComputeStage and its exported string constants.
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ComputeStage
impl AsRef<str> for ComputeStage
Source§impl Clone for ComputeStage
impl Clone for ComputeStage
Source§fn clone(&self) -> ComputeStage
fn clone(&self) -> ComputeStage
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 moreSource§impl Debug for ComputeStage
impl Debug for ComputeStage
Source§impl Display for ComputeStage
impl Display for ComputeStage
Source§impl Hash for ComputeStage
impl Hash for ComputeStage
Source§impl PartialEq for ComputeStage
impl PartialEq for ComputeStage
Source§fn eq(&self, other: &ComputeStage) -> bool
fn eq(&self, other: &ComputeStage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ComputeStage
impl Eq for ComputeStage
impl StructuralPartialEq for ComputeStage
Auto Trait Implementations§
impl Freeze for ComputeStage
impl RefUnwindSafe for ComputeStage
impl Send for ComputeStage
impl Sync for ComputeStage
impl Unpin for ComputeStage
impl UnsafeUnpin for ComputeStage
impl UnwindSafe for ComputeStage
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