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