Contents of a stack slot.
Size of stack slot in bytes.
Offset of stack slot relative to the stack pointer in the caller.
On x86, the base address is the stack pointer before the return address was pushed. On
RISC ISAs, the base address is the value of the stack pointer on entry to the function.
For OutgoingArg stack slots, the offset is relative to the current function's stack
pointer immediately before the call.
Create a stack slot with the specified byte size.
Get the alignment in bytes of this stack slot given the stack pointer alignment.
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
Performs copy-assignment from source. Read more
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more