pub enum RISCVExtPassPhase {
Early,
Middle,
Late,
Finalize,
}Expand description
Pass execution phase for RISCVExt.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RISCVExtPassPhase
impl Clone for RISCVExtPassPhase
Source§fn clone(&self) -> RISCVExtPassPhase
fn clone(&self) -> RISCVExtPassPhase
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 RISCVExtPassPhase
impl Debug for RISCVExtPassPhase
Source§impl Hash for RISCVExtPassPhase
impl Hash for RISCVExtPassPhase
Source§impl PartialEq for RISCVExtPassPhase
impl PartialEq for RISCVExtPassPhase
impl Eq for RISCVExtPassPhase
impl StructuralPartialEq for RISCVExtPassPhase
Auto Trait Implementations§
impl Freeze for RISCVExtPassPhase
impl RefUnwindSafe for RISCVExtPassPhase
impl Send for RISCVExtPassPhase
impl Sync for RISCVExtPassPhase
impl Unpin for RISCVExtPassPhase
impl UnsafeUnpin for RISCVExtPassPhase
impl UnwindSafe for RISCVExtPassPhase
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