#[repr(C)]pub union LuaTable_Union {
pub lastfree: c_int,
pub aboundary: c_int,
}Fields§
§lastfree: c_int§aboundary: c_intTrait Implementations§
Source§impl Clone for LuaTable_Union
impl Clone for LuaTable_Union
Source§fn clone(&self) -> LuaTable_Union
fn clone(&self) -> LuaTable_Union
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LuaTable_Union
Auto Trait Implementations§
impl Freeze for LuaTable_Union
impl RefUnwindSafe for LuaTable_Union
impl Send for LuaTable_Union
impl Sync for LuaTable_Union
impl Unpin for LuaTable_Union
impl UnsafeUnpin for LuaTable_Union
impl UnwindSafe for LuaTable_Union
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