pub enum MetalPassPhase {
Analysis,
Transformation,
Verification,
Cleanup,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MetalPassPhase
impl Clone for MetalPassPhase
Source§fn clone(&self) -> MetalPassPhase
fn clone(&self) -> MetalPassPhase
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 MetalPassPhase
impl Debug for MetalPassPhase
Source§impl PartialEq for MetalPassPhase
impl PartialEq for MetalPassPhase
impl StructuralPartialEq for MetalPassPhase
Auto Trait Implementations§
impl Freeze for MetalPassPhase
impl RefUnwindSafe for MetalPassPhase
impl Send for MetalPassPhase
impl Sync for MetalPassPhase
impl Unpin for MetalPassPhase
impl UnsafeUnpin for MetalPassPhase
impl UnwindSafe for MetalPassPhase
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