pub struct SocialForceModel;Expand description
CrowdStep adapter for the
social_force model.
Trait Implementations§
Source§impl Clone for SocialForceModel
impl Clone for SocialForceModel
Source§fn clone(&self) -> SocialForceModel
fn clone(&self) -> SocialForceModel
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 CrowdStep for SocialForceModel
impl CrowdStep for SocialForceModel
Source§impl Debug for SocialForceModel
impl Debug for SocialForceModel
Source§impl Default for SocialForceModel
impl Default for SocialForceModel
Source§fn default() -> SocialForceModel
fn default() -> SocialForceModel
Returns the “default value” for a type. Read more
impl Copy for SocialForceModel
Auto Trait Implementations§
impl Freeze for SocialForceModel
impl RefUnwindSafe for SocialForceModel
impl Send for SocialForceModel
impl Sync for SocialForceModel
impl Unpin for SocialForceModel
impl UnsafeUnpin for SocialForceModel
impl UnwindSafe for SocialForceModel
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