<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="All of the state that’s bound to a specific map."><metaname="keywords"content="rust, rustlang, rust-lang, PerMap"><title>PerMap in game::app - Rust</title><linkrel="stylesheet"type="text/css"href="../../normalize.css"><linkrel="stylesheet"type="text/css"href="../../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../../light.css"id="themeStyle"><linkrel="stylesheet"type="text/css"href="../../dark.css"disabled><linkrel="stylesheet"type="text/css"href="../../ayu.css"disabled><scriptid="default-settings"></script><scriptsrc="../../storage.js"></script><scriptsrc="../../crates.js"></script><scriptdefersrc="../../main.js"></script>
<noscript><linkrel="stylesheet"href="../../noscript.css"></noscript><linkrel="alternate icon"type="image/png"href="../../favicon-16x16.png"><linkrel="alternate icon"type="image/png"href="../../favicon-32x32.png"><linkrel="icon"type="image/svg+xml"href="../../favicon.svg"><styletype="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><bodyclass="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu"role="button">☰</div><ahref='../../game/index.html'><divclass='logo-container rust-logo'><imgsrc='../../rust-logo.png'alt='logo'></div></a><h2class="location">Struct PerMap</h2><divclass="sidebar-elems"><divclass="block items"><h3class="sidebar-title"><ahref="#fields">Fields</a></h3><divclass="sidebar-links"><ahref="#structfield.agents">agents</a><ahref="#structfield.current_flags">current_flags</a><ahref="#structfield.current_selection">current_selection</a><ahref="#structfield.dirty_from_edits">dirty_from_edits</a><ahref="#structfield.draw_map">draw_map</a><ahref="#structfield.has_modified_trips">has_modified_trips</a><ahref="#structfield.is_secondary">is_secondary</a><ahref="#structfield.last_warped_from">last_warped_from</a><ahref="#structfield.layer">layer</a><ahref="#structfield.map">map</a><ahref="#structfield.prebaked">prebaked</a><ahref="#structfield.scenario">scenario</a><ahref="#structfield.sim">sim</a><ahref="#structfield.sim_cb">sim_cb</a><ahref="#structfield.suspended_sim">suspended_sim</a><ahref="#structfield.unedited_map">unedited_map</a></div><h3class="sidebar-title"><ahref="#implementations">Methods</a></h3><divclass="sidebar-links"><ahref="#method.canonical_point">canonical_point</a><ahref="#method.clear_sim">clear_sim</a><ahref="#method.init_camera_for_loaded_map">init_camera_for_loaded_map</a><ahref="#method.map_loaded">map_loaded</a></div><h3class="sidebar-title"><ahref="#synthetic-implementations">Auto Trait Implementations</a></h3><divclass="sidebar-links"><ahref="#impl-RefUnwindSafe">!RefUnwindSafe</a><ahref="#impl-Send">!Send</a><ahref="#impl-Sync">!Sync</a><ahref="#impl-Unpin">Unpin</a><ahref="#impl-UnwindSafe">!UnwindSafe</a></div><h3class="sidebar-title"><ahref="#blanket-implementations">Blanket Implementations</a></h3><divclass="sidebar-links"><ahref="#impl-Any">Any</a><ahref="#impl-Borrow%3CT%3E">Borrow<T></a><ahref="#impl-BorrowMut%3CT%3E">BorrowMut<T></a><ahref="#impl-Downcast">Downcast</a><ahref="#impl-From%3CT%3E">From<T></a><ahref="#impl-Instrument">Instrument</a><ahref="#impl-Into%3CU%3E">Into<U></a><ahref="#impl-Same%3CT%3E">Same<T></a><ahref="#impl-TryFrom%3CU%3E">TryFrom<U></a><ahref="#impl-TryInto%3CU%3E">TryInto<U></a><ahref="#impl-VZip%3CV%3E">VZip<V></a></div></div><h2class="location">Other items in<br><ahref="../index.html">game</a>::<wbr><ahref="index.html">app</a></h2><divid="sidebar-vars"data-name="PerMap"data-ty="struct"data-relpath=""></div><scriptdefersrc="sidebar-items.js"></script></div></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"aria-haspopup="menu"title="themes"><imgwidth="18"height="18"alt="Pick another theme!"src="../../brush.svg"></button><divid="theme-choices"role="menu"></div></div><navclass="sub"><formclass="search-form"><divclass="search-container"><div><selectid="crate-search"><optionvalue="All crates">All crates</option></select><inputclass="search-input"name="search"autocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"></div><buttontype="button"id="help-button"title="help">?</button><aid="settings-menu"href="../../settings.html"title="settings"><imgwidth="18"height="18"alt="Change settings"src="../../wheel.svg"></a></div></form></nav><sectionid="main"class="content"><h1class="fqn"><spanclass="in-band">Struct <a
</details>}</code></pre></div><detailsclass="rustdoc-toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>All of the state that’s bound to a specific map.</p>
</div></details><h2id="fields"class="fields small-section-header">Fields<ahref="#fields"class="anchor"></a></h2><spanid="structfield.map"class="structfield small-section-header"><ahref="#structfield.map"class="anchor field"></a><code>map: <aclass="struct"href="../../map_model/struct.Map.html"title="struct map_model::Map">Map</a></code></span><spanid="structfield.draw_map"class="structfield small-section-header"><ahref="#structfield.draw_map"class="anchor field"></a><code>draw_map: <aclass="struct"href="../../map_gui/render/map/struct.DrawMap.html"title="struct map_gui::render::map::DrawMap">DrawMap</a></code></span><spanid="structfield.sim"class="structfield small-section-header"><ahref="#structfield.sim"class="anchor field"></a><code>sim: <aclass="struct"href="../../sim/sim/struct.Sim.html"title="struct sim::sim::Sim">Sim</a></code></span><spanid="structfield.agents"class="structfield small-section-header"><ahref="#structfield.agents"class="anchor field"></a><code>agents: <aclass="struct"href="https://doc.rust-lang.org/1.58.1/core/cell/struct.RefCell.html"title="struct core::cell::RefCell">RefCell</a><<aclass="struct"href="../../map_gui/render/agents/struct.AgentCache.html"title="struct map_gui::render::agents::AgentCache">AgentCache</a>></code></span><spanid="structfield.current_selection"class="structfield small-section-header"><ahref="#structfield.current_selection"class="anchor field"></a><code>current_selection: <aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="enum"href="../../map_gui/enum.ID.html"title="enum map_gui::ID">ID</a>></code></span><spanid="structfield.current_flags"class="structfield small-section-header"><ahref="#structfield.current_flags"class="anchor field"></a><code>current_flags: <aclass="struct"href="struct.Flags.html"title="struct game::app::Flags">Flags</a></code></span><spanid="structfield.last_warped_from"class="structfield small-section-header"><ahref="#structfield.last_warped_from"class="anchor field"></a><code>last_warped_from: <aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html">(</a><aclass="struct"href="../../geom/pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a>, <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.f64.html">f64</a><aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html">)</a>></code></span><spanid="structfield.sim_cb"class="structfield small-section-header"><ahref="#structfield.sim_cb"class="anchor field"></a><code>sim_cb: <aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="https://doc.rust-lang.org/1.58.1/alloc/boxed/struct.Box.html"title="struct alloc::boxed::Box">Box</a><dyn <aclass="trait"href="../../sim/sim/trait.SimCallback.html"title="trait sim::sim::SimCallback">SimCallback</a>>></code></span><spanid="structfield.dirty_from_edits"class="structfield small-section-header"><ahref="#structfield.dirty_from_edits"class="anchor field"></a><code>dirty_from_edits: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.bool.html">bool</a></code></span><divclass="docblock"><p>If we ever left edit mode and resumed without restarting from midnight, this is true.</p>
</div><spanid="structfield.has_modified_trips"class="structfield small-section-header"><ahref="#structfield.has_modified_trips"class="anchor field"></a><code>has_modified_trips: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.bool.html">bool</a></code></span><divclass="docblock"><p>Any ScenarioModifiers in effect?</p>
</div><spanid="structfield.unedited_map"class="structfield small-section-header"><ahref="#structfield.unedited_map"class="anchor field"></a><code>unedited_map: <aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="../../map_model/struct.Map.html"title="struct map_model::Map">Map</a>></code></span><divclass="docblock"><p>If the map has been edited and <code>app.store_unedited_map_in_secondary</code> is false, store the
</div><spanid="structfield.layer"class="structfield small-section-header"><ahref="#structfield.layer"class="anchor field"></a><code>layer: <aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="https://doc.rust-lang.org/1.58.1/alloc/boxed/struct.Box.html"title="struct alloc::boxed::Box">Box</a><dyn <aclass="trait"href="../layer/trait.Layer.html"title="trait game::layer::Layer">Layer</a>>></code></span><spanid="structfield.suspended_sim"class="structfield small-section-header"><ahref="#structfield.suspended_sim"class="anchor field"></a><code>suspended_sim: <aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="../../sim/sim/struct.Sim.html"title="struct sim::sim::Sim">Sim</a>></code></span><divclass="docblock"><p>Only filled out in edit mode. Stored here once to avoid lots of clones. Used for preview.</p>
</div><spanid="structfield.prebaked"class="structfield small-section-header"><ahref="#structfield.prebaked"class="anchor field"></a><code>prebaked: <aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html">(</a><aclass="struct"href="../../abstio/abst_paths/struct.MapName.html"title="struct abstio::abst_paths::MapName">MapName</a>, <aclass="struct"href="https://doc.rust-lang.org/1.58.1/alloc/string/struct.String.html"title="struct alloc::string::String">String</a>, <aclass="struct"href="../../sim/analytics/struct.Analytics.html"title="struct sim::analytics::Analytics">Analytics</a><aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html">)</a>></code></span><divclass="docblock"><p>Only exists in some gameplay modes. Must be carefully reset otherwise. Has the map and
</div><spanid="structfield.scenario"class="structfield small-section-header"><ahref="#structfield.scenario"class="anchor field"></a><code>scenario: <aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="../../synthpop/scenario/struct.Scenario.html"title="struct synthpop::scenario::Scenario">Scenario</a>></code></span><divclass="docblock"><p>The most recent Scenario loaded from a file. Don’t depend on it always matching the current
</div><spanid="structfield.is_secondary"class="structfield small-section-header"><ahref="#structfield.is_secondary"class="anchor field"></a><code>is_secondary: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.bool.html">bool</a></code></span><divclass="docblock"><p>Is this the original “secondary” state, loaded via –diff?</p>
then be further <code>downcast</code> into <code>Box<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <ahref="#tymethod.into_any">Read more</a></p>
further <code>downcast</code> into <code>Rc<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <ahref="#tymethod.into_any_rc">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Instrument"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#155"title="goto source code">[src]</a></div><ahref="#impl-Instrument"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html"title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.instrument"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#38"title="goto source code">[src]</a></div><ahref="#method.instrument"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.instrument"class="fnname">instrument</a>(self, span: <aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/span/struct.Span.html"title="struct tracing::span::Span">Span</a>) -><aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></div></summary><divclass='docblock'><p>Instruments this type with the provided <code>Span</code>, returning an
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.in_current_span"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#74"title="goto source code">[src]</a></div><ahref="#method.in_current_span"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.in_current_span"class="fnname">in_current_span</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></div></summary><divclass='docblock'><p>Instruments this type with the <ahref="../struct.Span.html#method.current">current</a><code>Span</code>, returning an
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-TryFrom%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/convert/mod.rs.html#587-596"title="goto source code">[src]</a></div><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error"class="type trait-impl has-srclink"><ahref="#associatedtype.Error"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html#associatedtype.Error"class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4></div></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.try_from"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/convert/mod.rs.html#593"title="goto source code">[src]</a></div><ahref="#method.try_from"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-TryInto%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/convert/mod.rs.html#573-582"title="goto source code">[src]</a></div><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error-1"class="type trait-impl has-srclink"><ahref="#associatedtype.Error-1"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryInto.html#associatedtype.Error"class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4></div></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.try_into"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/convert/mod.rs.html#579"title="goto source code">[src]</a></div><ahref="#method.try_into"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>