Enum ckb_vm::instructions::ast::ActionOp2
source · pub enum ActionOp2 {
Show 14 variants
Add,
Sub,
Mul,
Mulhsu,
Bitand,
Bitor,
Bitxor,
Shl,
Eq,
Clmul,
Clmulh,
Clmulr,
Rol,
Ror,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActionOp2
impl RefUnwindSafe for ActionOp2
impl Send for ActionOp2
impl Sync for ActionOp2
impl Unpin for ActionOp2
impl UnwindSafe for ActionOp2
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