diff --git a/rustdoc/game/all.html b/rustdoc/game/all.html index 7b899c2dd0..20f9632bee 100644 --- a/rustdoc/game/all.html +++ b/rustdoc/game/all.html @@ -1,3 +1,3 @@ List of all items in this crate

[] - List of all items

Structs

Enums

Traits

Functions

Typedefs

Constants

\ No newline at end of file + List of all items

Structs

Enums

Traits

Functions

Typedefs

Constants

\ No newline at end of file diff --git a/rustdoc/game/edit/bulk/fn.change_lane_types.html b/rustdoc/game/edit/bulk/fn.change_lane_types.html index 981392190b..ffe4ddcd71 100644 --- a/rustdoc/game/edit/bulk/fn.change_lane_types.html +++ b/rustdoc/game/edit/bulk/fn.change_lane_types.html @@ -1 +1 @@ -game::edit::bulk::change_lane_types - Rust

[][src]Function game::edit::bulk::change_lane_types

fn change_lane_types(
    ctx: &mut EventCtx,
    app: &mut App,
    roads: &Vec<RoadID>,
    from: LaneType,
    to: LaneType
) -> Box<dyn State>
\ No newline at end of file +game::edit::bulk::change_lane_types - Rust

[][src]Function game::edit::bulk::change_lane_types

fn change_lane_types(
    ctx: &mut EventCtx,
    app: &mut App,
    roads: &Vec<RoadID>,
    from: LaneType,
    to: LaneType
) -> Box<dyn State>
\ No newline at end of file diff --git a/rustdoc/game/edit/bulk/index.html b/rustdoc/game/edit/bulk/index.html index 15e72fdaec..732a1bb41f 100644 --- a/rustdoc/game/edit/bulk/index.html +++ b/rustdoc/game/edit/bulk/index.html @@ -1,3 +1,3 @@ -game::edit::bulk - Rust

[][src]Module game::edit::bulk

Structs

+game::edit::bulk - Rust

[][src]Module game::edit::bulk

Structs

BulkEdit
BulkSelect

Functions

change_lane_types
make_select_panel
\ No newline at end of file diff --git a/rustdoc/game/edit/bulk/struct.BulkEdit.html b/rustdoc/game/edit/bulk/struct.BulkEdit.html index 7535f5e68e..a0dc37a19d 100644 --- a/rustdoc/game/edit/bulk/struct.BulkEdit.html +++ b/rustdoc/game/edit/bulk/struct.BulkEdit.html @@ -3,7 +3,7 @@ roads: Vec<RoadID>, preview: Drawable, }

- Fields

panel: Panelroads: Vec<RoadID>preview: Drawable

Implementations

impl BulkEdit[src]

fn new(
    ctx: &mut EventCtx,
    roads: Vec<RoadID>,
    preview: Drawable
) -> Box<dyn State>
[src]

Trait Implementations

impl State for BulkEdit[src]

Auto Trait Implementations

impl !RefUnwindSafe for BulkEdit

impl !Send for BulkEdit

impl !Sync for BulkEdit

impl Unpin for BulkEdit

impl !UnwindSafe for BulkEdit

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]