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