Struct map_model::make::initial::Road [−][src]
pub struct Road { pub id: OriginalRoad, pub src_i: NodeID, pub dst_i: NodeID, pub trimmed_center_pts: PolyLine, pub half_width: Distance, pub lane_specs_ltr: Vec<LaneSpec>, pub osm_tags: Tags, }
Fields
id: OriginalRoad
src_i: NodeID
dst_i: NodeID
trimmed_center_pts: PolyLine
half_width: Distance
lane_specs_ltr: Vec<LaneSpec>
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Road
impl Send for Road
impl Sync for Road
impl Unpin for Road
impl UnwindSafe for Road
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,