pub struct DynamicObstacleField { /* private fields */ }Expand description
Applies temporary cost increases to a flow field (e.g., for dynamic obstacles).
Implementations§
Trait Implementations§
Source§impl Clone for DynamicObstacleField
impl Clone for DynamicObstacleField
Source§fn clone(&self) -> DynamicObstacleField
fn clone(&self) -> DynamicObstacleField
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 DynamicObstacleField
impl Debug for DynamicObstacleField
Auto Trait Implementations§
impl Freeze for DynamicObstacleField
impl RefUnwindSafe for DynamicObstacleField
impl Send for DynamicObstacleField
impl Sync for DynamicObstacleField
impl Unpin for DynamicObstacleField
impl UnsafeUnpin for DynamicObstacleField
impl UnwindSafe for DynamicObstacleField
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