#[repr(C)]pub struct RawMainState {
pub state: RawLuaState,
pub global: RawGlobalState,
}Fields§
§state: RawLuaState§global: RawGlobalStateAuto Trait Implementations§
impl !Freeze for RawMainState
impl !RefUnwindSafe for RawMainState
impl !Send for RawMainState
impl !Sync for RawMainState
impl !UnwindSafe for RawMainState
impl Unpin for RawMainState
impl UnsafeUnpin for RawMainState
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