pub struct UpperLuaFrame<'gc> {
pub chunk_name: String<'gc>,
pub current_function: FunctionRef<String<'gc>>,
pub current_line: LineNumber,
}Fields§
§chunk_name: String<'gc>§current_function: FunctionRef<String<'gc>>§current_line: LineNumberAuto Trait Implementations§
impl<'gc> Freeze for UpperLuaFrame<'gc>
impl<'gc> !RefUnwindSafe for UpperLuaFrame<'gc>
impl<'gc> !Send for UpperLuaFrame<'gc>
impl<'gc> !Sync for UpperLuaFrame<'gc>
impl<'gc> Unpin for UpperLuaFrame<'gc>
impl<'gc> !UnwindSafe for UpperLuaFrame<'gc>
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