pub struct EdgeProjection {
pub edge: EdgeId,
pub coord: Coord,
pub progress_m: f64,
pub distance_m: f64,
}Fields§
§edge: EdgeId§coord: Coord§progress_m: f64§distance_m: f64Trait Implementations§
Source§impl Clone for EdgeProjection
impl Clone for EdgeProjection
Source§fn clone(&self) -> EdgeProjection
fn clone(&self) -> EdgeProjection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EdgeProjection
Source§impl Debug for EdgeProjection
impl Debug for EdgeProjection
Source§impl PartialEq for EdgeProjection
impl PartialEq for EdgeProjection
impl StructuralPartialEq for EdgeProjection
Auto Trait Implementations§
impl Freeze for EdgeProjection
impl RefUnwindSafe for EdgeProjection
impl Send for EdgeProjection
impl Sync for EdgeProjection
impl Unpin for EdgeProjection
impl UnsafeUnpin for EdgeProjection
impl UnwindSafe for EdgeProjection
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