pub struct Simulation<S: Solver> { /* private fields */ }Expand description
The main struct of the framework.
Implementations§
Auto Trait Implementations§
impl<S> Freeze for Simulation<S>where
S: Freeze,
impl<S> RefUnwindSafe for Simulation<S>where
S: RefUnwindSafe,
impl<S> Send for Simulation<S>where
S: Send,
impl<S> Sync for Simulation<S>where
S: Sync,
impl<S> Unpin for Simulation<S>where
S: Unpin,
impl<S> UnwindSafe for Simulation<S>where
S: UnwindSafe,
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