Struct sumo::Lane [−][src]
pub struct Lane { pub id: LaneID, pub index: usize, pub speed: Speed, pub length: Distance, pub width: Distance, pub center_line: PolyLine, pub allow: Vec<VehicleClass>, }
Fields
id: LaneID
index: usize
0 is the rightmost lane
speed: Speed
length: Distance
width: Distance
center_line: PolyLine
allow: Vec<VehicleClass>
Auto Trait Implementations
impl RefUnwindSafe for Lane
impl Send for Lane
impl Sync for Lane
impl Unpin for Lane
impl UnwindSafe for Lane
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