Struct sway_core::AbstractInstructionSet [−][src]
pub struct AbstractInstructionSet { /* fields omitted */ }
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