Enum hazardflow_designs::cpu::alu::AluOp
source · pub enum AluOp {
Base(BaseAluOp),
Mext(MulOp),
}
Expand description
ALU operation signal.
Variants§
Trait Implementations§
source§impl PartialEq for AluOp
impl PartialEq for AluOp
impl Copy for AluOp
impl Eq for AluOp
impl StructuralEq for AluOp
impl StructuralPartialEq for AluOp
Auto Trait Implementations§
impl RefUnwindSafe for AluOp
impl Send for AluOp
impl Sync for AluOp
impl Unpin for AluOp
impl UnwindSafe for AluOp
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