pub struct StackIdx(pub u32);Expand description
Index into the Lua value stack. Never a pointer or borrow. Stack reallocates; only indices are stable across mutations.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for StackIdx
impl Eq for StackIdx
impl StructuralPartialEq for StackIdx
Auto Trait Implementations§
impl Freeze for StackIdx
impl RefUnwindSafe for StackIdx
impl Send for StackIdx
impl Sync for StackIdx
impl Unpin for StackIdx
impl UnsafeUnpin for StackIdx
impl UnwindSafe for StackIdx
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