pub struct LocalSlot {
pub sp: usize,
/* private fields */
}Expand description
A local slot.
Represents the type, location and addressing mode of a local in the stack’s local and argument area.
Fields§
§sp: usizeStack pointer of the local slot.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LocalSlot
impl Send for LocalSlot
impl Sync for LocalSlot
impl Unpin for LocalSlot
impl UnwindSafe for LocalSlot
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more