#[repr(C)]pub struct CClosure {
pub f: lua_CFunction,
pub cont: lua_Continuation,
pub debugname: *const c_char,
pub upvals: [TValue; 1],
}Fields§
§f: lua_CFunction§cont: lua_Continuation§debugname: *const c_char§upvals: [TValue; 1]Auto Trait Implementations§
impl !Send for CClosure
impl !Sync for CClosure
impl Freeze for CClosure
impl RefUnwindSafe for CClosure
impl Unpin for CClosure
impl UnsafeUnpin for CClosure
impl UnwindSafe for CClosure
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