pub struct LuaBootstrapLevel {
pub campaign_name: &'static str,
pub is_simulation: bool,
pub is_tutorial: bool,
pub level_name: &'static str,
pub mod_name: &'static str,
}Fields§
§campaign_name: &'static str§is_simulation: bool§is_tutorial: bool§level_name: &'static str§mod_name: &'static strTrait Implementations§
Source§impl Clone for LuaBootstrapLevel
impl Clone for LuaBootstrapLevel
Source§fn clone(&self) -> LuaBootstrapLevel
fn clone(&self) -> LuaBootstrapLevel
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 LuaBootstrapLevel
Source§impl Debug for LuaBootstrapLevel
impl Debug for LuaBootstrapLevel
Source§impl Default for LuaBootstrapLevel
impl Default for LuaBootstrapLevel
Source§fn default() -> LuaBootstrapLevel
fn default() -> LuaBootstrapLevel
Returns the “default value” for a type. Read more
Source§impl PartialEq for LuaBootstrapLevel
impl PartialEq for LuaBootstrapLevel
impl StructuralPartialEq for LuaBootstrapLevel
Auto Trait Implementations§
impl Freeze for LuaBootstrapLevel
impl RefUnwindSafe for LuaBootstrapLevel
impl Send for LuaBootstrapLevel
impl Sync for LuaBootstrapLevel
impl Unpin for LuaBootstrapLevel
impl UnsafeUnpin for LuaBootstrapLevel
impl UnwindSafe for LuaBootstrapLevel
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