Enum miden_core::opcodes::UserOps [−][src]
#[repr(u8)]
pub enum UserOps {
Show 32 variants
Assert,
AssertEq,
Eq,
Drop,
Drop4,
Choose,
Choose2,
CSwap2,
Add,
Mul,
And,
Or,
Inv,
Neg,
Not,
Read,
Read2,
Dup,
Dup2,
Dup4,
Pad2,
Swap,
Swap2,
Swap4,
Roll4,
Roll8,
BinAcc,
Push,
Cmp,
RescR,
Begin,
Noop,
}Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UserOps
impl UnwindSafe for UserOps
Blanket Implementations
Mutably borrows from an owned value. Read more