pub enum CompositionType {
Sequential,
Parallel,
PostProcessing,
}Variants§
Trait Implementations§
Source§impl Clone for CompositionType
impl Clone for CompositionType
Source§fn clone(&self) -> CompositionType
fn clone(&self) -> CompositionType
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 CompositionType
impl Debug for CompositionType
Source§impl PartialEq for CompositionType
impl PartialEq for CompositionType
impl Eq for CompositionType
impl StructuralPartialEq for CompositionType
Auto Trait Implementations§
impl Freeze for CompositionType
impl RefUnwindSafe for CompositionType
impl Send for CompositionType
impl Sync for CompositionType
impl Unpin for CompositionType
impl UnsafeUnpin for CompositionType
impl UnwindSafe for CompositionType
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