pub struct NaiveFastSweepingMethod { /* private fields */ }Implementations§
Trait Implementations§
Source§impl DistanceFieldAlgorithm for NaiveFastSweepingMethod
impl DistanceFieldAlgorithm for NaiveFastSweepingMethod
fn calculate_distance_field( &self, distance_field: &mut DistanceField, obstacles: &Obstacles, )
Auto Trait Implementations§
impl Freeze for NaiveFastSweepingMethod
impl RefUnwindSafe for NaiveFastSweepingMethod
impl Send for NaiveFastSweepingMethod
impl Sync for NaiveFastSweepingMethod
impl Unpin for NaiveFastSweepingMethod
impl UnsafeUnpin for NaiveFastSweepingMethod
impl UnwindSafe for NaiveFastSweepingMethod
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