Struct synthpop::MapBorder [−][src]
pub struct MapBorder {
pub i: IntersectionID,
pub pos: Pt2D,
pub gps_pos: LonLat,
pub weight: usize,
}
Fields
i: IntersectionID
pos: Pt2D
gps_pos: LonLat
weight: usize
Based on the classification of the connecting road, a weight for how likely this border is to be used for traffic.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MapBorder
impl UnwindSafe for MapBorder
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self