pub struct Scenario {
pub duration: Option<f64>,
pub state: Universe,
pub pre_systems: Systems,
pub simulation_systems: Systems,
pub post_systems: Systems,
/* private fields */
}Fields§
§duration: Option<f64>§state: Universe§pre_systems: Systems§simulation_systems: Systems§post_systems: SystemsImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Scenario
impl !RefUnwindSafe for Scenario
impl !Send for Scenario
impl !Sync for Scenario
impl Unpin for Scenario
impl !UnwindSafe for Scenario
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