pub struct LuaBootstrapFeatureFlags {
pub expansion: bool,
pub expansion_shaders: bool,
pub freezing: bool,
pub quality: bool,
pub rail_bridges: bool,
pub segmented_units: bool,
pub space_travel: bool,
pub spoiling: bool,
}Fields§
§expansion: bool§expansion_shaders: bool§freezing: bool§quality: bool§rail_bridges: bool§segmented_units: bool§space_travel: bool§spoiling: boolTrait Implementations§
Source§impl Clone for LuaBootstrapFeatureFlags
impl Clone for LuaBootstrapFeatureFlags
Source§fn clone(&self) -> LuaBootstrapFeatureFlags
fn clone(&self) -> LuaBootstrapFeatureFlags
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 LuaBootstrapFeatureFlags
Source§impl Debug for LuaBootstrapFeatureFlags
impl Debug for LuaBootstrapFeatureFlags
Source§impl Default for LuaBootstrapFeatureFlags
impl Default for LuaBootstrapFeatureFlags
Source§fn default() -> LuaBootstrapFeatureFlags
fn default() -> LuaBootstrapFeatureFlags
Returns the “default value” for a type. Read more
Source§impl PartialEq for LuaBootstrapFeatureFlags
impl PartialEq for LuaBootstrapFeatureFlags
impl StructuralPartialEq for LuaBootstrapFeatureFlags
Auto Trait Implementations§
impl Freeze for LuaBootstrapFeatureFlags
impl RefUnwindSafe for LuaBootstrapFeatureFlags
impl Send for LuaBootstrapFeatureFlags
impl Sync for LuaBootstrapFeatureFlags
impl Unpin for LuaBootstrapFeatureFlags
impl UnsafeUnpin for LuaBootstrapFeatureFlags
impl UnwindSafe for LuaBootstrapFeatureFlags
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