pub enum MetalExtPassPhase {
Early,
Middle,
Late,
Finalize,
}Expand description
Pass execution phase for MetalExt.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MetalExtPassPhase
impl Clone for MetalExtPassPhase
Source§fn clone(&self) -> MetalExtPassPhase
fn clone(&self) -> MetalExtPassPhase
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 MetalExtPassPhase
impl Debug for MetalExtPassPhase
Source§impl Hash for MetalExtPassPhase
impl Hash for MetalExtPassPhase
Source§impl PartialEq for MetalExtPassPhase
impl PartialEq for MetalExtPassPhase
impl Eq for MetalExtPassPhase
impl StructuralPartialEq for MetalExtPassPhase
Auto Trait Implementations§
impl Freeze for MetalExtPassPhase
impl RefUnwindSafe for MetalExtPassPhase
impl Send for MetalExtPassPhase
impl Sync for MetalExtPassPhase
impl Unpin for MetalExtPassPhase
impl UnsafeUnpin for MetalExtPassPhase
impl UnwindSafe for MetalExtPassPhase
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