abstreet/rustdoc/map_gui/tools/title_screen/built_info/index.html
2022-01-27 15:22:20 +00:00

36 lines
14 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `built_info` mod in crate `map_gui`."><meta name="keywords" content="rust, rustlang, rust-lang, built_info"><title>map_gui::tools::title_screen::built_info - Rust</title><link rel="stylesheet" type="text/css" href="../../../../normalize.css"><link rel="stylesheet" type="text/css" href="../../../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../../../ayu.css" disabled ><script id="default-settings" ></script><script src="../../../../storage.js"></script><script src="../../../../crates.js"></script><script defer src="../../../../main.js"></script>
<noscript><link rel="stylesheet" href="../../../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../../../favicon.svg"><style type="text/css">#crate-search{background-image:url("../../../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu" role="button">&#9776;</div><a href='../../../../map_gui/index.html'><div class='logo-container rust-logo'><img src='../../../../rust-logo.png' alt='logo'></div></a><h2 class="location">Module built_info</h2><div class="sidebar-elems"><div class="block items"><ul><li><a href="#constants">Constants</a></li><li><a href="#functions">Functions</a></li></ul></div><div id="sidebar-vars" data-name="built_info" data-ty="mod" data-relpath="./"></div><script defer src="./sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img width="18" height="18" alt="Pick another theme!" src="../../../../brush.svg"></button><div id="theme-choices" role="menu"></div></div><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"></div><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../../../../settings.html" title="settings"><img width="18" height="18" alt="Change settings" src="../../../../wheel.svg"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Module <a href="../../../index.html">map_gui</a>::<wbr><a href="../../index.html">tools</a>::<wbr><a href="../index.html">title_screen</a>::<wbr><a class="mod" href="#">built_info</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span><a class="srclink" href="../../../../src/map_gui/tools/title_screen.rs.html#328-351" title="goto source code">[src]</a></span></h1><h2 id="constants" class="small-section-header"><a href="#constants">Constants</a></h2>
<div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.BUILT_TIME_UTC.html" title="map_gui::tools::title_screen::built_info::BUILT_TIME_UTC constant">BUILT_TIME_UTC</a></div><div class="item-right docblock-short"><p>The build time in RFC2822, UTC.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.CFG_ENDIAN.html" title="map_gui::tools::title_screen::built_info::CFG_ENDIAN constant">CFG_ENDIAN</a></div><div class="item-right docblock-short"><p>The endianness, given by <code>CARGO_CFG_TARGET_ENDIAN</code>.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.CFG_ENV.html" title="map_gui::tools::title_screen::built_info::CFG_ENV constant">CFG_ENV</a></div><div class="item-right docblock-short"><p>The toolchain-environment, given by <code>CARGO_CFG_TARGET_ENV</code>.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.CFG_FAMILY.html" title="map_gui::tools::title_screen::built_info::CFG_FAMILY constant">CFG_FAMILY</a></div><div class="item-right docblock-short"><p>The OS-family, given by <code>CARGO_CFG_TARGET_FAMILY</code>.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.CFG_OS.html" title="map_gui::tools::title_screen::built_info::CFG_OS constant">CFG_OS</a></div><div class="item-right docblock-short"><p>The operating system, given by <code>CARGO_CFG_TARGET_OS</code>.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.CFG_POINTER_WIDTH.html" title="map_gui::tools::title_screen::built_info::CFG_POINTER_WIDTH constant">CFG_POINTER_WIDTH</a></div><div class="item-right docblock-short"><p>The pointer width, given by <code>CARGO_CFG_TARGET_POINTER_WIDTH</code>.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.CFG_TARGET_ARCH.html" title="map_gui::tools::title_screen::built_info::CFG_TARGET_ARCH constant">CFG_TARGET_ARCH</a></div><div class="item-right docblock-short"><p>The target architecture, given by <code>CARGO_CFG_TARGET_ARCH</code>.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.CI_PLATFORM.html" title="map_gui::tools::title_screen::built_info::CI_PLATFORM constant">CI_PLATFORM</a></div><div class="item-right docblock-short"><p>The Continuous Integration platform detected during compilation.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.DEBUG.html" title="map_gui::tools::title_screen::built_info::DEBUG constant">DEBUG</a></div><div class="item-right docblock-short"><p>Value of DEBUG for the profile used during compilation.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.FEATURES.html" title="map_gui::tools::title_screen::built_info::FEATURES constant">FEATURES</a></div><div class="item-right docblock-short"><p>The features that were enabled during compilation.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.FEATURES_STR.html" title="map_gui::tools::title_screen::built_info::FEATURES_STR constant">FEATURES_STR</a></div><div class="item-right docblock-short"><p>The features as a comma-separated string.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.HOST.html" title="map_gui::tools::title_screen::built_info::HOST constant">HOST</a></div><div class="item-right docblock-short"><p>The host triple of the rust compiler.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.NUM_JOBS.html" title="map_gui::tools::title_screen::built_info::NUM_JOBS constant">NUM_JOBS</a></div><div class="item-right docblock-short"><p>The parallelism that was specified during compilation.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.OPT_LEVEL.html" title="map_gui::tools::title_screen::built_info::OPT_LEVEL constant">OPT_LEVEL</a></div><div class="item-right docblock-short"><p>Value of OPT_LEVEL for the profile used during compilation.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PKG_AUTHORS.html" title="map_gui::tools::title_screen::built_info::PKG_AUTHORS constant">PKG_AUTHORS</a></div><div class="item-right docblock-short"><p>A colon-separated list of authors.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PKG_DESCRIPTION.html" title="map_gui::tools::title_screen::built_info::PKG_DESCRIPTION constant">PKG_DESCRIPTION</a></div><div class="item-right docblock-short"><p>The description.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PKG_HOMEPAGE.html" title="map_gui::tools::title_screen::built_info::PKG_HOMEPAGE constant">PKG_HOMEPAGE</a></div><div class="item-right docblock-short"><p>The homepage.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PKG_LICENSE.html" title="map_gui::tools::title_screen::built_info::PKG_LICENSE constant">PKG_LICENSE</a></div><div class="item-right docblock-short"><p>The license.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PKG_NAME.html" title="map_gui::tools::title_screen::built_info::PKG_NAME constant">PKG_NAME</a></div><div class="item-right docblock-short"><p>The name of the package.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PKG_REPOSITORY.html" title="map_gui::tools::title_screen::built_info::PKG_REPOSITORY constant">PKG_REPOSITORY</a></div><div class="item-right docblock-short"><p>The source repository as advertised in Cargo.toml.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PKG_VERSION.html" title="map_gui::tools::title_screen::built_info::PKG_VERSION constant">PKG_VERSION</a></div><div class="item-right docblock-short"><p>The full version.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PKG_VERSION_MAJOR.html" title="map_gui::tools::title_screen::built_info::PKG_VERSION_MAJOR constant">PKG_VERSION_MAJOR</a></div><div class="item-right docblock-short"><p>The major version.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PKG_VERSION_MINOR.html" title="map_gui::tools::title_screen::built_info::PKG_VERSION_MINOR constant">PKG_VERSION_MINOR</a></div><div class="item-right docblock-short"><p>The minor version.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PKG_VERSION_PATCH.html" title="map_gui::tools::title_screen::built_info::PKG_VERSION_PATCH constant">PKG_VERSION_PATCH</a></div><div class="item-right docblock-short"><p>The patch version.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PKG_VERSION_PRE.html" title="map_gui::tools::title_screen::built_info::PKG_VERSION_PRE constant">PKG_VERSION_PRE</a></div><div class="item-right docblock-short"><p>The pre-release version.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.PROFILE.html" title="map_gui::tools::title_screen::built_info::PROFILE constant">PROFILE</a></div><div class="item-right docblock-short"><p><code>release</code> for release builds, <code>debug</code> for other builds.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.RUSTC.html" title="map_gui::tools::title_screen::built_info::RUSTC constant">RUSTC</a></div><div class="item-right docblock-short"><p>The compiler that cargo resolved to use.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.RUSTC_VERSION.html" title="map_gui::tools::title_screen::built_info::RUSTC_VERSION constant">RUSTC_VERSION</a></div><div class="item-right docblock-short"><p>The output of <code>rustc -V</code></p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.RUSTDOC.html" title="map_gui::tools::title_screen::built_info::RUSTDOC constant">RUSTDOC</a></div><div class="item-right docblock-short"><p>The documentation generator that cargo resolved to use.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.RUSTDOC_VERSION.html" title="map_gui::tools::title_screen::built_info::RUSTDOC_VERSION constant">RUSTDOC_VERSION</a></div><div class="item-right docblock-short"><p>The output of <code>rustdoc -V</code></p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.TARGET.html" title="map_gui::tools::title_screen::built_info::TARGET constant">TARGET</a></div><div class="item-right docblock-short"><p>The target triple that was being compiled for.</p>
</div></div></div><h2 id="functions" class="small-section-header"><a href="#functions">Functions</a></h2>
<div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.maybe_update.html" title="map_gui::tools::title_screen::built_info::maybe_update fn">maybe_update</a></div><div class="item-right docblock-short"></div></div></div></section><section id="search" class="content hidden"></section><div id="rustdoc-vars" data-root-path="../../../../" data-current-crate="map_gui" data-search-index-js="../../../../search-index.js" data-search-js="../../../../search.js"></div>
</body></html>