Struct me3_framework::scripting::lua::DebugStack
source · [−]Fields
num_ups: i32
num_params: i32
Requires feature = "lua54/lua53/lua52/luau"
is_vararg: bool
Requires feature = "lua54/lua53/lua52/luau"
Trait Implementations
sourceimpl Clone for DebugStack
impl Clone for DebugStack
sourcefn clone(&self) -> DebugStack
fn clone(&self) -> DebugStack
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DebugStack
impl Debug for DebugStack
impl Copy for DebugStack
Auto Trait Implementations
impl RefUnwindSafe for DebugStack
impl Send for DebugStack
impl Sync for DebugStack
impl Unpin for DebugStack
impl UnwindSafe for DebugStack
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more