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