Enum miden_core::opcodes::OpHint [−][src]
pub enum OpHint {
EqStart,
RcStart(u32),
CmpStart(u32),
PmpathStart(u32),
PushValue(BaseElement),
None,
}Variants
RcStart(u32)Tuple Fields of RcStart
0: u32CmpStart(u32)Tuple Fields of CmpStart
0: u32PmpathStart(u32)Tuple Fields of PmpathStart
0: u32PushValue(BaseElement)Tuple Fields of PushValue
0: BaseElementImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpHint
impl UnwindSafe for OpHint
Blanket Implementations
Mutably borrows from an owned value. Read more