Enum solana_rbpf::insn_builder::Arch [−][src]
pub enum Arch {
X64,
X32,
}
Expand description
Architecture of instructions
Variants
X64
64-bit instructions
X32
32-bit instructions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Arch
impl UnwindSafe for Arch
Blanket Implementations
Mutably borrows from an owned value. Read more