Enum cranelift_codegen::ir::stackslot::StackSlotKind [−][src]
pub enum StackSlotKind {
ExplicitSlot,
}
Expand description
The kind of a stack slot.
Variants
ExplicitSlot
An explicit stack slot. This is a chunk of stack memory for use by the stack_load
and stack_store
instructions.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StackSlotKind
impl Send for StackSlotKind
impl Sync for StackSlotKind
impl Unpin for StackSlotKind
impl UnwindSafe for StackSlotKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.