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