pub struct OptimalSteps;Expand description
Unit marker type implementing PedestrianModel for the Optimal Steps model.
Trait Implementations§
Source§impl Clone for OptimalSteps
impl Clone for OptimalSteps
Source§fn clone(&self) -> OptimalSteps
fn clone(&self) -> OptimalSteps
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 Debug for OptimalSteps
impl Debug for OptimalSteps
Source§impl Default for OptimalSteps
impl Default for OptimalSteps
Source§fn default() -> OptimalSteps
fn default() -> OptimalSteps
Returns the “default value” for a type. Read more
Source§impl PedestrianModel for OptimalSteps
impl PedestrianModel for OptimalSteps
Source§fn step(
&self,
peds: &mut [Pedestrian],
walls: &[WallSegment],
params: &Params,
dt: f64,
)
fn step( &self, peds: &mut [Pedestrian], walls: &[WallSegment], params: &Params, dt: f64, )
impl Copy for OptimalSteps
Auto Trait Implementations§
impl Freeze for OptimalSteps
impl RefUnwindSafe for OptimalSteps
impl Send for OptimalSteps
impl Sync for OptimalSteps
impl Unpin for OptimalSteps
impl UnsafeUnpin for OptimalSteps
impl UnwindSafe for OptimalSteps
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