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