pub struct LuaClosureC {
pub func: usize,
pub upvalues: Vec<LuaValue>,
}Fields§
§func: usize§upvalues: Vec<LuaValue>Trait Implementations§
Source§impl Debug for LuaCClosure
impl Debug for LuaCClosure
Auto Trait Implementations§
impl Freeze for LuaCClosure
impl !RefUnwindSafe for LuaCClosure
impl !Send for LuaCClosure
impl !Sync for LuaCClosure
impl Unpin for LuaCClosure
impl UnsafeUnpin for LuaCClosure
impl !UnwindSafe for LuaCClosure
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