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