Struct sway_core::AbstractInstructionSet [−][src]
pub struct AbstractInstructionSet<'sc> { /* 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<'sc> RefUnwindSafe for AbstractInstructionSet<'sc>
impl<'sc> Send for AbstractInstructionSet<'sc>
impl<'sc> Sync for AbstractInstructionSet<'sc>
impl<'sc> Unpin for AbstractInstructionSet<'sc>
impl<'sc> UnwindSafe for AbstractInstructionSet<'sc>
Blanket Implementations
Mutably borrows from an owned value. Read more