Struct cranelift_codegen::ir::stackslot::StackSlotData [−][src]
pub struct StackSlotData {
pub kind: StackSlotKind,
pub size: StackSize,
}
Expand description
Contents of a stack slot.
Fields
kind: StackSlotKind
The kind of stack slot.
size: StackSize
Size of stack slot in bytes.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StackSlotData
impl Send for StackSlotData
impl Sync for StackSlotData
impl Unpin for StackSlotData
impl UnwindSafe for StackSlotData
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.