#[repr(C)]pub union RawLuaTableFree {
pub last_free: i32,
pub aboundary: i32,
}Fields§
§last_free: i32§aboundary: i32Auto Trait Implementations§
impl Freeze for RawLuaTableFree
impl RefUnwindSafe for RawLuaTableFree
impl Send for RawLuaTableFree
impl Sync for RawLuaTableFree
impl Unpin for RawLuaTableFree
impl UnsafeUnpin for RawLuaTableFree
impl UnwindSafe for RawLuaTableFree
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