Struct sway_core::AbstractInstructionSet
source · [−]pub struct AbstractInstructionSet { /* private fields */ }
Expand description
An AbstractInstructionSet is a set of instructions that use entirely virtual registers and excessive moves, with the intention of later optimizing it.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AbstractInstructionSet
impl Send for AbstractInstructionSet
impl Sync for AbstractInstructionSet
impl Unpin for AbstractInstructionSet
impl UnwindSafe for AbstractInstructionSet
Blanket Implementations
Mutably borrows from an owned value. Read more