#[repr(C)]pub struct lua_CompileOptions {
pub optimizationLevel: c_int,
pub debugLevel: c_int,
pub coverageLevel: c_int,
pub vectorLib: *const c_char,
pub vectorCtor: *const c_char,
pub mutableGlobals: *mut *const c_char,
}
Available on crate feature
luau
only.Fields§
§optimizationLevel: c_int
§debugLevel: c_int
§coverageLevel: c_int
§vectorLib: *const c_char
§vectorCtor: *const c_char
§mutableGlobals: *mut *const c_char
Auto Trait Implementations§
impl Freeze for lua_CompileOptions
impl RefUnwindSafe for lua_CompileOptions
impl !Send for lua_CompileOptions
impl !Sync for lua_CompileOptions
impl Unpin for lua_CompileOptions
impl UnwindSafe for lua_CompileOptions
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