#[repr(C)]pub struct SimulationUpdateParamsT {
pub update_when_hidden: bool,
pub enable_ecs_editor_components: bool,
pub enable_ecs_editor_engines: bool,
pub passive_gamestate: bool,
pub running_in_editor: bool,
pub _padding_34: [c_char; 3],
}
Fields§
§enable_ecs_editor_components: bool
§enable_ecs_editor_engines: bool
§passive_gamestate: bool
§running_in_editor: bool
§_padding_34: [c_char; 3]
Trait Implementations§
Source§impl Clone for SimulationUpdateParamsT
impl Clone for SimulationUpdateParamsT
Source§fn clone(&self) -> SimulationUpdateParamsT
fn clone(&self) -> SimulationUpdateParamsT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SimulationUpdateParamsT
impl Default for SimulationUpdateParamsT
Source§fn default() -> SimulationUpdateParamsT
fn default() -> SimulationUpdateParamsT
Returns the “default value” for a type. Read more
impl Copy for SimulationUpdateParamsT
Auto Trait Implementations§
impl Freeze for SimulationUpdateParamsT
impl RefUnwindSafe for SimulationUpdateParamsT
impl Send for SimulationUpdateParamsT
impl Sync for SimulationUpdateParamsT
impl Unpin for SimulationUpdateParamsT
impl UnwindSafe for SimulationUpdateParamsT
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