Enum sway_ir::instruction::BinaryOpKind
source · pub enum BinaryOpKind {
Add,
Sub,
Mul,
Div,
}
Variants§
Trait Implementations§
source§impl Clone for BinaryOpKind
impl Clone for BinaryOpKind
source§fn clone(&self) -> BinaryOpKind
fn clone(&self) -> BinaryOpKind
Returns a copy 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 more