pub struct DistanceMap {
pub max_distance: f64,
/* private fields */
}Fields§
§max_distance: f64Trait Implementations§
Source§impl Clone for DistanceMap
impl Clone for DistanceMap
Source§fn clone(&self) -> DistanceMap
fn clone(&self) -> DistanceMap
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 moreAuto Trait Implementations§
impl Freeze for DistanceMap
impl RefUnwindSafe for DistanceMap
impl Send for DistanceMap
impl Sync for DistanceMap
impl Unpin for DistanceMap
impl UnsafeUnpin for DistanceMap
impl UnwindSafe for DistanceMap
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