rusty_snek_gaem/target/doc/window/struct.NoWindow.html
2018-10-28 21:14:05 -05:00

31 lines
26 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 `NoWindow` struct in crate `window`."><meta name="keywords" content="rust, rustlang, rust-lang, NoWindow"><title>window::NoWindow - 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="../dark.css"><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><script src="../storage.js"></script></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><p class='location'>Struct NoWindow</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#methods">Methods</a><div class="sidebar-links"><a href="#method.new">new</a></div><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Window">Window</a><a href="#impl-BuildFromWindowSettings">BuildFromWindowSettings</a><a href="#impl-AdvancedWindow">AdvancedWindow</a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-Send">Send</a><a href="#impl-Sync">Sync</a></div></div><p class='location'><a href='index.html'>window</a></p><script>window.sidebarCurrent = {name: 'NoWindow', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../theme.js"></script><nav class="sub"><form class="search-form js-only"><div class="search-container"><input class="search-input" name="search" autocomplete="off" placeholder="Click or press S to search, ? for more options…" type="search"><a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>window</a>::<wbr><a class="struct" href=''>NoWindow</a></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/window/no_window.rs.html#20-25' title='goto source code'>[src]</a></span></h1><div class="docblock type-decl"><pre class='rust struct'>pub struct NoWindow { /* fields omitted */ }</pre></div><div class='docblock'><p>A window without user interface, often used in server event loops.</p>
<p>This structure holds just enough state to return values that were set.
The size can be changed because the event loop does not emit
<a href="../event_loop/trait.RenderEvent.html"><code>Render</code></a>
events when the width or height is zero.</p>
</div><h2 id='methods' class='small-section-header'>Methods<a href='#methods' class='anchor'></a></h2><h3 id='impl' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="struct" href="../window/struct.NoWindow.html" title="struct window::NoWindow">NoWindow</a></code><a href='#impl' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#27-37' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.new' class='fnname'>new</a>(settings: &amp;<a class="struct" href="../window/struct.WindowSettings.html" title="struct window::WindowSettings">WindowSettings</a>) -&gt; <a class="struct" href="../window/struct.NoWindow.html" title="struct window::NoWindow">NoWindow</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#29-36' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Creates a new <code>NoWindow</code>.</p>
</div></div><h2 id='implementations' class='small-section-header'>Trait Implementations<a href='#implementations' class='anchor'></a></h2><div id='implementations-list'><h3 id='impl-Window' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../window/trait.Window.html" title="trait window::Window">Window</a> for <a class="struct" href="../window/struct.NoWindow.html" title="struct window::NoWindow">NoWindow</a></code><a href='#impl-Window' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#39-69' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.should_close' class="method"><span id='should_close.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.Window.html#tymethod.should_close' class='fnname'>should_close</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#40-42' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Returns true if the window should close.</p>
</div><h4 id='method.set_should_close' class="method"><span id='set_should_close.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.Window.html#tymethod.set_should_close' class='fnname'>set_should_close</a>(&amp;mut self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#44-46' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Tells the window to close or stay open.</p>
</div><h4 id='method.size' class="method"><span id='size.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.Window.html#tymethod.size' class='fnname'>size</a>(&amp;self) -&gt; <a class="struct" href="../window/struct.Size.html" title="struct window::Size">Size</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#48-50' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Gets the size of the window.</p>
</div><h4 id='method.swap_buffers' class="method"><span id='swap_buffers.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.Window.html#tymethod.swap_buffers' class='fnname'>swap_buffers</a>(&amp;mut self)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#52' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Swaps render buffers. <a href="../window/trait.Window.html#tymethod.swap_buffers">Read more</a></p>
</div><h4 id='method.wait_event' class="method"><span id='wait_event.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.Window.html#tymethod.wait_event' class='fnname'>wait_event</a>(&amp;mut self) -&gt; <a class="enum" href="../input/enum.Input.html" title="enum input::Input">Input</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#54-56' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Wait indefinitely for an input event to be available from the window.</p>
</div><h4 id='method.wait_event_timeout' class="method"><span id='wait_event_timeout.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.Window.html#tymethod.wait_event_timeout' class='fnname'>wait_event_timeout</a>(&amp;mut self, _timeout: <a class="struct" href="https://doc.rust-lang.org/nightly/core/time/struct.Duration.html" title="struct core::time::Duration">Duration</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="../input/enum.Input.html" title="enum input::Input">Input</a>&gt;</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#58-60' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Wait for an input event to be available from the window or for the specified timeout to be reached. <a href="../window/trait.Window.html#tymethod.wait_event_timeout">Read more</a></p>
</div><h4 id='method.poll_event' class="method"><span id='poll_event.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.Window.html#tymethod.poll_event' class='fnname'>poll_event</a>(&amp;mut self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="../input/enum.Input.html" title="enum input::Input">Input</a>&gt;</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#62-64' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Polls an input event from the window. <a href="../window/trait.Window.html#tymethod.poll_event">Read more</a></p>
</div><h4 id='method.draw_size' class="method"><span id='draw_size.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.Window.html#tymethod.draw_size' class='fnname'>draw_size</a>(&amp;self) -&gt; <a class="struct" href="../window/struct.Size.html" title="struct window::Size">Size</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#66-68' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Gets the draw size of the window. <a href="../window/trait.Window.html#tymethod.draw_size">Read more</a></p>
</div></div><h3 id='impl-BuildFromWindowSettings' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../window/trait.BuildFromWindowSettings.html" title="trait window::BuildFromWindowSettings">BuildFromWindowSettings</a> for <a class="struct" href="../window/struct.NoWindow.html" title="struct window::NoWindow">NoWindow</a></code><a href='#impl-BuildFromWindowSettings' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#71-78' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.build_from_window_settings' class="method"><span id='build_from_window_settings.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.BuildFromWindowSettings.html#tymethod.build_from_window_settings' class='fnname'>build_from_window_settings</a>(settings: &amp;<a class="struct" href="../window/struct.WindowSettings.html" title="struct window::WindowSettings">WindowSettings</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#75-77' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><h1 id="errors" class="section-header"><a href="#errors">Errors</a></h1>
<p>This function will always return without error.</p>
</div></div><h3 id='impl-AdvancedWindow' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../window/trait.AdvancedWindow.html" title="trait window::AdvancedWindow">AdvancedWindow</a> for <a class="struct" href="../window/struct.NoWindow.html" title="struct window::NoWindow">NoWindow</a></code><a href='#impl-AdvancedWindow' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#80-112' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.get_title' class="method"><span id='get_title.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#tymethod.get_title' class='fnname'>get_title</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#81-83' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Gets a copy of the title of the window.</p>
</div><h4 id='method.set_title' class="method"><span id='set_title.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#tymethod.set_title' class='fnname'>set_title</a>(&amp;mut self, value: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#85-87' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Sets the title of the window.</p>
</div><h4 id='method.get_exit_on_esc' class="method"><span id='get_exit_on_esc.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#tymethod.get_exit_on_esc' class='fnname'>get_exit_on_esc</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#89-91' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Gets whether to exit when pressing esc. <a href="../window/trait.AdvancedWindow.html#tymethod.get_exit_on_esc">Read more</a></p>
</div><h4 id='method.set_exit_on_esc' class="method"><span id='set_exit_on_esc.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#tymethod.set_exit_on_esc' class='fnname'>set_exit_on_esc</a>(&amp;mut self, _value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#93' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Sets whether to exit when pressing esc. <a href="../window/trait.AdvancedWindow.html#tymethod.set_exit_on_esc">Read more</a></p>
</div><h4 id='method.set_capture_cursor' class="method"><span id='set_capture_cursor.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#tymethod.set_capture_cursor' class='fnname'>set_capture_cursor</a>(&amp;mut self, _value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#95' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Sets whether to capture/grab the cursor. <a href="../window/trait.AdvancedWindow.html#tymethod.set_capture_cursor">Read more</a></p>
</div><h4 id='method.show' class="method"><span id='show.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#tymethod.show' class='fnname'>show</a>(&amp;mut self)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#97' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Shows the window. <a href="../window/trait.AdvancedWindow.html#tymethod.show">Read more</a></p>
</div><h4 id='method.hide' class="method"><span id='hide.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#tymethod.hide' class='fnname'>hide</a>(&amp;mut self)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#99' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Hides the window. <a href="../window/trait.AdvancedWindow.html#tymethod.hide">Read more</a></p>
</div><h4 id='method.get_position' class="method"><span id='get_position.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#tymethod.get_position' class='fnname'>get_position</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../window/struct.Position.html" title="struct window::Position">Position</a>&gt;</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#101-103' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Gets the position of window.</p>
</div><h4 id='method.set_position' class="method"><span id='set_position.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#tymethod.set_position' class='fnname'>set_position</a>&lt;P:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="../window/struct.Position.html" title="struct window::Position">Position</a>&gt;&gt;(&amp;mut self, val: P)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#105-107' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Sets the position of window. <a href="../window/trait.AdvancedWindow.html#tymethod.set_position">Read more</a></p>
</div><h4 id='method.set_size' class="method"><span id='set_size.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#tymethod.set_size' class='fnname'>set_size</a>&lt;S:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="../window/struct.Size.html" title="struct window::Size">Size</a>&gt;&gt;(&amp;mut self, val: S)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/no_window.rs.html#109-111' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Sets the window size. <a href="../window/trait.AdvancedWindow.html#tymethod.set_size">Read more</a></p>
</div><h4 id='method.title' class="method"><span id='title.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#method.title' class='fnname'>title</a>(self, value: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/lib.rs.html#225-228' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Sets title on window. <a href="../window/trait.AdvancedWindow.html#method.title">Read more</a></p>
</div><h4 id='method.exit_on_esc' class="method"><span id='exit_on_esc.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#method.exit_on_esc' class='fnname'>exit_on_esc</a>(self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/lib.rs.html#247-250' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Sets whether to exit when pressing the Esc button. <a href="../window/trait.AdvancedWindow.html#method.exit_on_esc">Read more</a></p>
</div><h4 id='method.capture_cursor' class="method"><span id='capture_cursor.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#method.capture_cursor' class='fnname'>capture_cursor</a>(self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/lib.rs.html#263-266' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Sets whether to capture/grab the cursor. <a href="../window/trait.AdvancedWindow.html#method.capture_cursor">Read more</a></p>
</div><h4 id='method.position' class="method"><span id='position.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../window/trait.AdvancedWindow.html#method.position' class='fnname'>position</a>&lt;P:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="../window/struct.Position.html" title="struct window::Position">Position</a>&gt;&gt;(self, val: P) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/window/lib.rs.html#300-303' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Sets the position of window. <a href="../window/trait.AdvancedWindow.html#method.position">Read more</a></p>
</div></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-Send' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../window/struct.NoWindow.html" title="struct window::NoWindow">NoWindow</a></code><a href='#impl-Send' class='anchor'></a></span></td><td><span class='out-of-band'></span></td></tr></tbody></table></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../window/struct.NoWindow.html" title="struct window::NoWindow">NoWindow</a></code><a href='#impl-Sync' class='anchor'></a></span></td><td><span class='out-of-band'></span></td></tr></tbody></table></h3><div class='impl-items'></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div class="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd></kbd></dt><dd>Move up in search results</dd><dt><kbd></kbd></dt><dd>Move down in search results</dd><dt><kbd></kbd></dt><dd>Switch tab</dd><dt><kbd>&#9166;</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><div class="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g. <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../";window.currentCrate = "window";</script><script src="../aliases.js"></script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>