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