Struct map_model::make::initial::geometry::RoadLine [−][src]
struct RoadLine {
id: OriginalRoad,
sorting_pt: Pt2D,
center_pl: PolyLine,
fwd_pl: PolyLine,
back_pl: PolyLine,
}
Fields
id: OriginalRoad
sorting_pt: Pt2D
center_pl: PolyLine
fwd_pl: PolyLine
back_pl: PolyLine
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RoadLine
impl UnwindSafe for RoadLine
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