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