diff --git a/rustdoc/convert_osm/extract/fn.find_parking_aisles.html b/rustdoc/convert_osm/extract/fn.find_parking_aisles.html index 11eecdbde2..b6424882d5 100644 --- a/rustdoc/convert_osm/extract/fn.find_parking_aisles.html +++ b/rustdoc/convert_osm/extract/fn.find_parking_aisles.html @@ -1,5 +1,5 @@ find_parking_aisles in convert_osm::extract - Rust

Function convert_osm::extract::find_parking_aisles[][src]

fn find_parking_aisles(map: &mut RawMap, roads: &mut Vec<(WayID, RawRoad)>)
+ Change settings

Function convert_osm::extract::find_parking_aisles[][src]

fn find_parking_aisles(map: &mut RawMap, roads: &mut Vec<(WayID, RawRoad)>)
\ No newline at end of file diff --git a/rustdoc/convert_osm/extract/fn.get_area_type.html b/rustdoc/convert_osm/extract/fn.get_area_type.html index c590f17d3b..a506fdf3f6 100644 --- a/rustdoc/convert_osm/extract/fn.get_area_type.html +++ b/rustdoc/convert_osm/extract/fn.get_area_type.html @@ -1,5 +1,5 @@ get_area_type in convert_osm::extract - Rust

Function convert_osm::extract::get_area_type[][src]

fn get_area_type(tags: &Tags) -> Option<AreaType>
+ Change settings

Function convert_osm::extract::get_area_type[][src]

fn get_area_type(tags: &Tags) -> Option<AreaType>
\ No newline at end of file diff --git a/rustdoc/convert_osm/extract/fn.service_road_crosses_parking_lot.html b/rustdoc/convert_osm/extract/fn.service_road_crosses_parking_lot.html index e91a878b13..09f1be6517 100644 --- a/rustdoc/convert_osm/extract/fn.service_road_crosses_parking_lot.html +++ b/rustdoc/convert_osm/extract/fn.service_road_crosses_parking_lot.html @@ -1,5 +1,5 @@ service_road_crosses_parking_lot in convert_osm::extract - Rust

Function convert_osm::extract::service_road_crosses_parking_lot[][src]

fn service_road_crosses_parking_lot(
    map: &RawMap,
    road: &RawRoad,
    candidates: Vec<usize>
) -> bool
+ Change settings

Function convert_osm::extract::service_road_crosses_parking_lot[][src]

fn service_road_crosses_parking_lot(
    map: &RawMap,
    road: &RawRoad,
    candidates: Vec<usize>
) -> bool
\ No newline at end of file diff --git a/rustdoc/convert_osm/extract/index.html b/rustdoc/convert_osm/extract/index.html index c850ba3fd3..6eca87c5bc 100644 --- a/rustdoc/convert_osm/extract/index.html +++ b/rustdoc/convert_osm/extract/index.html @@ -1,7 +1,7 @@ convert_osm::extract - Rust

Module convert_osm::extract[][src]

Structs

+ Change settings

Module convert_osm::extract[][src]

Structs

OsmExtract

Functions

extract_osm
find_parking_aisles
get_area_type
get_bldg_amenities
is_bldg
is_road
service_road_crosses_parking_lot
\ No newline at end of file diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html index fd7521a82f..ca98fc8c2a 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,6 +1,6 @@ BUILT_TIME_UTC in game::pregame::built_info - Rust

Constant game::pregame::built_info::BUILT_TIME_UTC[][src]

pub const BUILT_TIME_UTC: &str = r"Tue, 22 Jun 2021 15:42:49 +0000";

The build time in RFC2822, UTC.

+ Change settings

Constant game::pregame::built_info::BUILT_TIME_UTC[][src]

pub const BUILT_TIME_UTC: &str = r"Wed, 23 Jun 2021 01:44:07 +0000";

The build time in RFC2822, UTC.

\ No newline at end of file diff --git a/rustdoc/map_gui/tools/struct.TurnExplorer.html b/rustdoc/map_gui/tools/struct.TurnExplorer.html index 66d5f2e032..b1e49970c6 100644 --- a/rustdoc/map_gui/tools/struct.TurnExplorer.html +++ b/rustdoc/map_gui/tools/struct.TurnExplorer.html @@ -7,7 +7,7 @@ panel: Panel, }

A tool to explore all of the turns from a single lane.

- Fields

l: LaneIDidx: usizepanel: Panel

Implementations

impl TurnExplorer[src]

pub fn new_state<A: AppLike + 'static>(
    ctx: &mut EventCtx<'_>,
    app: &A,
    l: LaneID
) -> Box<dyn State<A>>
[src]

impl TurnExplorer[src]

fn make_panel<A: AppLike>(
    ctx: &mut EventCtx<'_>,
    app: &A,
    l: LaneID,
    idx: usize
) -> Panel
[src]

pub fn color_turn_type(t: TurnType) -> Color[src]

Trait Implementations

impl<A: AppLike + 'static> State<A> for TurnExplorer[src]

A tool to explore all of the turns from a single lane.

- Fields

l: LaneIDidx: usizepanel: Panel

Implementations

impl TurnExplorer[src]

pub fn new_state<A: AppLike + 'static>(
    ctx: &mut EventCtx<'_>,
    app: &A,
    l: LaneID
) -> Box<dyn State<A>>
[src]

impl TurnExplorer[src]

fn make_panel<A: AppLike>(
    ctx: &mut EventCtx<'_>,
    app: &A,
    l: LaneID,
    idx: usize
) -> Panel
[src]

pub fn color_turn_type(t: TurnType) -> Color[src]

Trait Implementations

impl<A: AppLike + 'static> State<A> for TurnExplorer[src]