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