635 lines
196 KiB
HTML
635 lines
196 KiB
HTML
|
<!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 `XEvent` struct in crate `x11`.">
|
|||
|
<meta name="keywords" content="rust, rustlang, rust-lang, XEvent">
|
|||
|
|
|||
|
<title>x11::xlib::XEvent - Rust</title>
|
|||
|
|
|||
|
<link rel="stylesheet" type="text/css" href="../../normalize.css">
|
|||
|
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
|
|||
|
<link rel="stylesheet" type="text/css" href="../../main.css">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</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">
|
|||
|
|
|||
|
<p class='location'>Struct XEvent</p><div class="block items"><ul><li><a href="#fields">Fields</a></li><li><a href="#methods">Methods</a></li><li><a href="#implementations">Trait Implementations</a></li></ul></div><p class='location'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xlib</a></p><script>window.sidebarCurrent = {name: 'XEvent', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script>
|
|||
|
</nav>
|
|||
|
|
|||
|
<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">
|
|||
|
</div>
|
|||
|
</form>
|
|||
|
</nav>
|
|||
|
|
|||
|
<section id='main' class="content">
|
|||
|
<h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>x11</a>::<wbr><a href='index.html'>xlib</a>::<wbr><a class="struct" href=''>XEvent</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'>−</span>]
|
|||
|
</a>
|
|||
|
</span><a class='srclink' href='../../src/x11/xlib.rs.html#978-980' title='goto source code'>[src]</a></span></h1>
|
|||
|
<pre class='rust struct'><div class="docblock attributes">#[repr(C)]
|
|||
|
</div>pub struct XEvent {
|
|||
|
pub pad: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a><a class="type" href="https://doc.rust-lang.org/nightly/std/os/raw/type.c_long.html" title="type std::os::raw::c_long">c_long</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 24]</a>,
|
|||
|
}</pre><h2 id='fields' class='fields'>Fields</h2><span id='structfield.pad' class="structfield">
|
|||
|
<span id='pad.v' class='invisible'>
|
|||
|
<code>pad: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a><a class="type" href="https://doc.rust-lang.org/nightly/std/os/raw/type.c_long.html" title="type std::os::raw::c_long">c_long</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 24]</a></code>
|
|||
|
</span></span><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#982-988' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.get_type' class="method"><span id='get_type.v' class='invisible'><code>fn <a href='#method.get_type' class='fnname'>get_type</a>(&self) -> <a class="type" href="https://doc.rust-lang.org/nightly/std/os/raw/type.c_int.html" title="type std::os::raw::c_int">c_int</a></code></span></h4>
|
|||
|
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#976' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
|
|||
|
</div><h4 id='method.clone_from' class="method"><span id='clone_from.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&mut self, source: &Self)</code><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div></span></h4>
|
|||
|
<div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#976' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#976' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.eq' class="method"><span id='eq.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&self, __arg_0: &<a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h4>
|
|||
|
<div class='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
|
|||
|
</div><h4 id='method.ne' class="method"><span id='ne.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&self, __arg_0: &<a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h4>
|
|||
|
<div class='docblock'><p>This method tests for <code>!=</code>.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XAnyEvent.html" title="struct x11::xlib::XAnyEvent">XAnyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut' class="method"><span id='as_mut.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XAnyEvent.html" title="struct x11::xlib::XAnyEvent">XAnyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XAnyEvent.html" title="struct x11::xlib::XAnyEvent">XAnyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref' class="method"><span id='as_ref.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XAnyEvent.html" title="struct x11::xlib::XAnyEvent">XAnyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XAnyEvent.html" title="struct x11::xlib::XAnyEvent">XAnyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from' class="method"><span id='from.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XAnyEvent.html" title="struct x11::xlib::XAnyEvent">XAnyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XAnyEvent.html" title="struct x11::xlib::XAnyEvent">XAnyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-1' class="method"><span id='from.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XAnyEvent.html" title="struct x11::xlib::XAnyEvent">XAnyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XButtonEvent.html" title="struct x11::xlib::XButtonEvent">XButtonEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-1' class="method"><span id='as_mut.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XButtonEvent.html" title="struct x11::xlib::XButtonEvent">XButtonEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XButtonEvent.html" title="struct x11::xlib::XButtonEvent">XButtonEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-1' class="method"><span id='as_ref.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XButtonEvent.html" title="struct x11::xlib::XButtonEvent">XButtonEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XButtonEvent.html" title="struct x11::xlib::XButtonEvent">XButtonEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-2' class="method"><span id='from.v-2' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XButtonEvent.html" title="struct x11::xlib::XButtonEvent">XButtonEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XButtonEvent.html" title="struct x11::xlib::XButtonEvent">XButtonEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-3' class="method"><span id='from.v-3' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XButtonEvent.html" title="struct x11::xlib::XButtonEvent">XButtonEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XCirculateEvent.html" title="struct x11::xlib::XCirculateEvent">XCirculateEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-2' class="method"><span id='as_mut.v-2' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XCirculateEvent.html" title="struct x11::xlib::XCirculateEvent">XCirculateEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XCirculateEvent.html" title="struct x11::xlib::XCirculateEvent">XCirculateEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-2' class="method"><span id='as_ref.v-2' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XCirculateEvent.html" title="struct x11::xlib::XCirculateEvent">XCirculateEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XCirculateEvent.html" title="struct x11::xlib::XCirculateEvent">XCirculateEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-4' class="method"><span id='from.v-4' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XCirculateEvent.html" title="struct x11::xlib::XCirculateEvent">XCirculateEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XCirculateEvent.html" title="struct x11::xlib::XCirculateEvent">XCirculateEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-5' class="method"><span id='from.v-5' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XCirculateEvent.html" title="struct x11::xlib::XCirculateEvent">XCirculateEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XCirculateRequestEvent.html" title="struct x11::xlib::XCirculateRequestEvent">XCirculateRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-3' class="method"><span id='as_mut.v-3' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XCirculateRequestEvent.html" title="struct x11::xlib::XCirculateRequestEvent">XCirculateRequestEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XCirculateRequestEvent.html" title="struct x11::xlib::XCirculateRequestEvent">XCirculateRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-3' class="method"><span id='as_ref.v-3' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XCirculateRequestEvent.html" title="struct x11::xlib::XCirculateRequestEvent">XCirculateRequestEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XCirculateRequestEvent.html" title="struct x11::xlib::XCirculateRequestEvent">XCirculateRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-6' class="method"><span id='from.v-6' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XCirculateRequestEvent.html" title="struct x11::xlib::XCirculateRequestEvent">XCirculateRequestEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XCirculateRequestEvent.html" title="struct x11::xlib::XCirculateRequestEvent">XCirculateRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-7' class="method"><span id='from.v-7' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XCirculateRequestEvent.html" title="struct x11::xlib::XCirculateRequestEvent">XCirculateRequestEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XClientMessageEvent.html" title="struct x11::xlib::XClientMessageEvent">XClientMessageEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-4' class="method"><span id='as_mut.v-4' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XClientMessageEvent.html" title="struct x11::xlib::XClientMessageEvent">XClientMessageEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XClientMessageEvent.html" title="struct x11::xlib::XClientMessageEvent">XClientMessageEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-4' class="method"><span id='as_ref.v-4' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XClientMessageEvent.html" title="struct x11::xlib::XClientMessageEvent">XClientMessageEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XClientMessageEvent.html" title="struct x11::xlib::XClientMessageEvent">XClientMessageEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-8' class="method"><span id='from.v-8' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XClientMessageEvent.html" title="struct x11::xlib::XClientMessageEvent">XClientMessageEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XClientMessageEvent.html" title="struct x11::xlib::XClientMessageEvent">XClientMessageEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-9' class="method"><span id='from.v-9' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XClientMessageEvent.html" title="struct x11::xlib::XClientMessageEvent">XClientMessageEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XColormapEvent.html" title="struct x11::xlib::XColormapEvent">XColormapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-5' class="method"><span id='as_mut.v-5' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XColormapEvent.html" title="struct x11::xlib::XColormapEvent">XColormapEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XColormapEvent.html" title="struct x11::xlib::XColormapEvent">XColormapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-5' class="method"><span id='as_ref.v-5' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XColormapEvent.html" title="struct x11::xlib::XColormapEvent">XColormapEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XColormapEvent.html" title="struct x11::xlib::XColormapEvent">XColormapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-10' class="method"><span id='from.v-10' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XColormapEvent.html" title="struct x11::xlib::XColormapEvent">XColormapEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XColormapEvent.html" title="struct x11::xlib::XColormapEvent">XColormapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-11' class="method"><span id='from.v-11' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XColormapEvent.html" title="struct x11::xlib::XColormapEvent">XColormapEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XConfigureEvent.html" title="struct x11::xlib::XConfigureEvent">XConfigureEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-6' class="method"><span id='as_mut.v-6' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XConfigureEvent.html" title="struct x11::xlib::XConfigureEvent">XConfigureEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XConfigureEvent.html" title="struct x11::xlib::XConfigureEvent">XConfigureEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-6' class="method"><span id='as_ref.v-6' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XConfigureEvent.html" title="struct x11::xlib::XConfigureEvent">XConfigureEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XConfigureEvent.html" title="struct x11::xlib::XConfigureEvent">XConfigureEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-12' class="method"><span id='from.v-12' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XConfigureEvent.html" title="struct x11::xlib::XConfigureEvent">XConfigureEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XConfigureEvent.html" title="struct x11::xlib::XConfigureEvent">XConfigureEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-13' class="method"><span id='from.v-13' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XConfigureEvent.html" title="struct x11::xlib::XConfigureEvent">XConfigureEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XConfigureRequestEvent.html" title="struct x11::xlib::XConfigureRequestEvent">XConfigureRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-7' class="method"><span id='as_mut.v-7' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XConfigureRequestEvent.html" title="struct x11::xlib::XConfigureRequestEvent">XConfigureRequestEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XConfigureRequestEvent.html" title="struct x11::xlib::XConfigureRequestEvent">XConfigureRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-7' class="method"><span id='as_ref.v-7' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XConfigureRequestEvent.html" title="struct x11::xlib::XConfigureRequestEvent">XConfigureRequestEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XConfigureRequestEvent.html" title="struct x11::xlib::XConfigureRequestEvent">XConfigureRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-14' class="method"><span id='from.v-14' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XConfigureRequestEvent.html" title="struct x11::xlib::XConfigureRequestEvent">XConfigureRequestEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XConfigureRequestEvent.html" title="struct x11::xlib::XConfigureRequestEvent">XConfigureRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-15' class="method"><span id='from.v-15' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XConfigureRequestEvent.html" title="struct x11::xlib::XConfigureRequestEvent">XConfigureRequestEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XCreateWindowEvent.html" title="struct x11::xlib::XCreateWindowEvent">XCreateWindowEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-8' class="method"><span id='as_mut.v-8' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XCreateWindowEvent.html" title="struct x11::xlib::XCreateWindowEvent">XCreateWindowEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XCreateWindowEvent.html" title="struct x11::xlib::XCreateWindowEvent">XCreateWindowEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-8' class="method"><span id='as_ref.v-8' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XCreateWindowEvent.html" title="struct x11::xlib::XCreateWindowEvent">XCreateWindowEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XCreateWindowEvent.html" title="struct x11::xlib::XCreateWindowEvent">XCreateWindowEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-16' class="method"><span id='from.v-16' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XCreateWindowEvent.html" title="struct x11::xlib::XCreateWindowEvent">XCreateWindowEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XCreateWindowEvent.html" title="struct x11::xlib::XCreateWindowEvent">XCreateWindowEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-17' class="method"><span id='from.v-17' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XCreateWindowEvent.html" title="struct x11::xlib::XCreateWindowEvent">XCreateWindowEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XCrossingEvent.html" title="struct x11::xlib::XCrossingEvent">XCrossingEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-9' class="method"><span id='as_mut.v-9' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XCrossingEvent.html" title="struct x11::xlib::XCrossingEvent">XCrossingEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XCrossingEvent.html" title="struct x11::xlib::XCrossingEvent">XCrossingEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-9' class="method"><span id='as_ref.v-9' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XCrossingEvent.html" title="struct x11::xlib::XCrossingEvent">XCrossingEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XCrossingEvent.html" title="struct x11::xlib::XCrossingEvent">XCrossingEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-18' class="method"><span id='from.v-18' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XCrossingEvent.html" title="struct x11::xlib::XCrossingEvent">XCrossingEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XCrossingEvent.html" title="struct x11::xlib::XCrossingEvent">XCrossingEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-19' class="method"><span id='from.v-19' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XCrossingEvent.html" title="struct x11::xlib::XCrossingEvent">XCrossingEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XDestroyWindowEvent.html" title="struct x11::xlib::XDestroyWindowEvent">XDestroyWindowEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-10' class="method"><span id='as_mut.v-10' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XDestroyWindowEvent.html" title="struct x11::xlib::XDestroyWindowEvent">XDestroyWindowEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XDestroyWindowEvent.html" title="struct x11::xlib::XDestroyWindowEvent">XDestroyWindowEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-10' class="method"><span id='as_ref.v-10' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XDestroyWindowEvent.html" title="struct x11::xlib::XDestroyWindowEvent">XDestroyWindowEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XDestroyWindowEvent.html" title="struct x11::xlib::XDestroyWindowEvent">XDestroyWindowEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-20' class="method"><span id='from.v-20' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XDestroyWindowEvent.html" title="struct x11::xlib::XDestroyWindowEvent">XDestroyWindowEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XDestroyWindowEvent.html" title="struct x11::xlib::XDestroyWindowEvent">XDestroyWindowEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-21' class="method"><span id='from.v-21' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XDestroyWindowEvent.html" title="struct x11::xlib::XDestroyWindowEvent">XDestroyWindowEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XErrorEvent.html" title="struct x11::xlib::XErrorEvent">XErrorEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-11' class="method"><span id='as_mut.v-11' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XErrorEvent.html" title="struct x11::xlib::XErrorEvent">XErrorEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XErrorEvent.html" title="struct x11::xlib::XErrorEvent">XErrorEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-11' class="method"><span id='as_ref.v-11' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XErrorEvent.html" title="struct x11::xlib::XErrorEvent">XErrorEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XErrorEvent.html" title="struct x11::xlib::XErrorEvent">XErrorEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-22' class="method"><span id='from.v-22' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XErrorEvent.html" title="struct x11::xlib::XErrorEvent">XErrorEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XErrorEvent.html" title="struct x11::xlib::XErrorEvent">XErrorEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-23' class="method"><span id='from.v-23' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XErrorEvent.html" title="struct x11::xlib::XErrorEvent">XErrorEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XExposeEvent.html" title="struct x11::xlib::XExposeEvent">XExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-12' class="method"><span id='as_mut.v-12' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XExposeEvent.html" title="struct x11::xlib::XExposeEvent">XExposeEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XExposeEvent.html" title="struct x11::xlib::XExposeEvent">XExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-12' class="method"><span id='as_ref.v-12' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XExposeEvent.html" title="struct x11::xlib::XExposeEvent">XExposeEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XExposeEvent.html" title="struct x11::xlib::XExposeEvent">XExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-24' class="method"><span id='from.v-24' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XExposeEvent.html" title="struct x11::xlib::XExposeEvent">XExposeEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XExposeEvent.html" title="struct x11::xlib::XExposeEvent">XExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-25' class="method"><span id='from.v-25' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XExposeEvent.html" title="struct x11::xlib::XExposeEvent">XExposeEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XFocusChangeEvent.html" title="struct x11::xlib::XFocusChangeEvent">XFocusChangeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-13' class="method"><span id='as_mut.v-13' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XFocusChangeEvent.html" title="struct x11::xlib::XFocusChangeEvent">XFocusChangeEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XFocusChangeEvent.html" title="struct x11::xlib::XFocusChangeEvent">XFocusChangeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-13' class="method"><span id='as_ref.v-13' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XFocusChangeEvent.html" title="struct x11::xlib::XFocusChangeEvent">XFocusChangeEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XFocusChangeEvent.html" title="struct x11::xlib::XFocusChangeEvent">XFocusChangeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-26' class="method"><span id='from.v-26' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XFocusChangeEvent.html" title="struct x11::xlib::XFocusChangeEvent">XFocusChangeEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XFocusChangeEvent.html" title="struct x11::xlib::XFocusChangeEvent">XFocusChangeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-27' class="method"><span id='from.v-27' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XFocusChangeEvent.html" title="struct x11::xlib::XFocusChangeEvent">XFocusChangeEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XGenericEventCookie.html" title="struct x11::xlib::XGenericEventCookie">XGenericEventCookie</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-14' class="method"><span id='as_mut.v-14' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XGenericEventCookie.html" title="struct x11::xlib::XGenericEventCookie">XGenericEventCookie</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XGenericEventCookie.html" title="struct x11::xlib::XGenericEventCookie">XGenericEventCookie</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-14' class="method"><span id='as_ref.v-14' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XGenericEventCookie.html" title="struct x11::xlib::XGenericEventCookie">XGenericEventCookie</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XGenericEventCookie.html" title="struct x11::xlib::XGenericEventCookie">XGenericEventCookie</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-28' class="method"><span id='from.v-28' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XGenericEventCookie.html" title="struct x11::xlib::XGenericEventCookie">XGenericEventCookie</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XGenericEventCookie.html" title="struct x11::xlib::XGenericEventCookie">XGenericEventCookie</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-29' class="method"><span id='from.v-29' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XGenericEventCookie.html" title="struct x11::xlib::XGenericEventCookie">XGenericEventCookie</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XGraphicsExposeEvent.html" title="struct x11::xlib::XGraphicsExposeEvent">XGraphicsExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-15' class="method"><span id='as_mut.v-15' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XGraphicsExposeEvent.html" title="struct x11::xlib::XGraphicsExposeEvent">XGraphicsExposeEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XGraphicsExposeEvent.html" title="struct x11::xlib::XGraphicsExposeEvent">XGraphicsExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-15' class="method"><span id='as_ref.v-15' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XGraphicsExposeEvent.html" title="struct x11::xlib::XGraphicsExposeEvent">XGraphicsExposeEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XGraphicsExposeEvent.html" title="struct x11::xlib::XGraphicsExposeEvent">XGraphicsExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-30' class="method"><span id='from.v-30' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XGraphicsExposeEvent.html" title="struct x11::xlib::XGraphicsExposeEvent">XGraphicsExposeEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XGraphicsExposeEvent.html" title="struct x11::xlib::XGraphicsExposeEvent">XGraphicsExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-31' class="method"><span id='from.v-31' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XGraphicsExposeEvent.html" title="struct x11::xlib::XGraphicsExposeEvent">XGraphicsExposeEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XGravityEvent.html" title="struct x11::xlib::XGravityEvent">XGravityEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-16' class="method"><span id='as_mut.v-16' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XGravityEvent.html" title="struct x11::xlib::XGravityEvent">XGravityEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XGravityEvent.html" title="struct x11::xlib::XGravityEvent">XGravityEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-16' class="method"><span id='as_ref.v-16' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XGravityEvent.html" title="struct x11::xlib::XGravityEvent">XGravityEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XGravityEvent.html" title="struct x11::xlib::XGravityEvent">XGravityEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-32' class="method"><span id='from.v-32' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XGravityEvent.html" title="struct x11::xlib::XGravityEvent">XGravityEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XGravityEvent.html" title="struct x11::xlib::XGravityEvent">XGravityEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-33' class="method"><span id='from.v-33' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XGravityEvent.html" title="struct x11::xlib::XGravityEvent">XGravityEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XKeyEvent.html" title="struct x11::xlib::XKeyEvent">XKeyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-17' class="method"><span id='as_mut.v-17' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XKeyEvent.html" title="struct x11::xlib::XKeyEvent">XKeyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XKeyEvent.html" title="struct x11::xlib::XKeyEvent">XKeyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-17' class="method"><span id='as_ref.v-17' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XKeyEvent.html" title="struct x11::xlib::XKeyEvent">XKeyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XKeyEvent.html" title="struct x11::xlib::XKeyEvent">XKeyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-34' class="method"><span id='from.v-34' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XKeyEvent.html" title="struct x11::xlib::XKeyEvent">XKeyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XKeyEvent.html" title="struct x11::xlib::XKeyEvent">XKeyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-35' class="method"><span id='from.v-35' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XKeyEvent.html" title="struct x11::xlib::XKeyEvent">XKeyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XKeymapEvent.html" title="struct x11::xlib::XKeymapEvent">XKeymapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-18' class="method"><span id='as_mut.v-18' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XKeymapEvent.html" title="struct x11::xlib::XKeymapEvent">XKeymapEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XKeymapEvent.html" title="struct x11::xlib::XKeymapEvent">XKeymapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-18' class="method"><span id='as_ref.v-18' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XKeymapEvent.html" title="struct x11::xlib::XKeymapEvent">XKeymapEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XKeymapEvent.html" title="struct x11::xlib::XKeymapEvent">XKeymapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-36' class="method"><span id='from.v-36' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XKeymapEvent.html" title="struct x11::xlib::XKeymapEvent">XKeymapEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XKeymapEvent.html" title="struct x11::xlib::XKeymapEvent">XKeymapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-37' class="method"><span id='from.v-37' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XKeymapEvent.html" title="struct x11::xlib::XKeymapEvent">XKeymapEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XMapEvent.html" title="struct x11::xlib::XMapEvent">XMapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-19' class="method"><span id='as_mut.v-19' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XMapEvent.html" title="struct x11::xlib::XMapEvent">XMapEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XMapEvent.html" title="struct x11::xlib::XMapEvent">XMapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-19' class="method"><span id='as_ref.v-19' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XMapEvent.html" title="struct x11::xlib::XMapEvent">XMapEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XMapEvent.html" title="struct x11::xlib::XMapEvent">XMapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-38' class="method"><span id='from.v-38' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XMapEvent.html" title="struct x11::xlib::XMapEvent">XMapEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XMapEvent.html" title="struct x11::xlib::XMapEvent">XMapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-39' class="method"><span id='from.v-39' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XMapEvent.html" title="struct x11::xlib::XMapEvent">XMapEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XMappingEvent.html" title="struct x11::xlib::XMappingEvent">XMappingEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-20' class="method"><span id='as_mut.v-20' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XMappingEvent.html" title="struct x11::xlib::XMappingEvent">XMappingEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XMappingEvent.html" title="struct x11::xlib::XMappingEvent">XMappingEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-20' class="method"><span id='as_ref.v-20' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XMappingEvent.html" title="struct x11::xlib::XMappingEvent">XMappingEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XMappingEvent.html" title="struct x11::xlib::XMappingEvent">XMappingEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-40' class="method"><span id='from.v-40' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XMappingEvent.html" title="struct x11::xlib::XMappingEvent">XMappingEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XMappingEvent.html" title="struct x11::xlib::XMappingEvent">XMappingEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-41' class="method"><span id='from.v-41' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XMappingEvent.html" title="struct x11::xlib::XMappingEvent">XMappingEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XMapRequestEvent.html" title="struct x11::xlib::XMapRequestEvent">XMapRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-21' class="method"><span id='as_mut.v-21' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XMapRequestEvent.html" title="struct x11::xlib::XMapRequestEvent">XMapRequestEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XMapRequestEvent.html" title="struct x11::xlib::XMapRequestEvent">XMapRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-21' class="method"><span id='as_ref.v-21' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XMapRequestEvent.html" title="struct x11::xlib::XMapRequestEvent">XMapRequestEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XMapRequestEvent.html" title="struct x11::xlib::XMapRequestEvent">XMapRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-42' class="method"><span id='from.v-42' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XMapRequestEvent.html" title="struct x11::xlib::XMapRequestEvent">XMapRequestEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XMapRequestEvent.html" title="struct x11::xlib::XMapRequestEvent">XMapRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-43' class="method"><span id='from.v-43' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XMapRequestEvent.html" title="struct x11::xlib::XMapRequestEvent">XMapRequestEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XMotionEvent.html" title="struct x11::xlib::XMotionEvent">XMotionEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-22' class="method"><span id='as_mut.v-22' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XMotionEvent.html" title="struct x11::xlib::XMotionEvent">XMotionEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XMotionEvent.html" title="struct x11::xlib::XMotionEvent">XMotionEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-22' class="method"><span id='as_ref.v-22' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XMotionEvent.html" title="struct x11::xlib::XMotionEvent">XMotionEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XMotionEvent.html" title="struct x11::xlib::XMotionEvent">XMotionEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-44' class="method"><span id='from.v-44' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XMotionEvent.html" title="struct x11::xlib::XMotionEvent">XMotionEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XMotionEvent.html" title="struct x11::xlib::XMotionEvent">XMotionEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-45' class="method"><span id='from.v-45' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XMotionEvent.html" title="struct x11::xlib::XMotionEvent">XMotionEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XNoExposeEvent.html" title="struct x11::xlib::XNoExposeEvent">XNoExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-23' class="method"><span id='as_mut.v-23' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XNoExposeEvent.html" title="struct x11::xlib::XNoExposeEvent">XNoExposeEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XNoExposeEvent.html" title="struct x11::xlib::XNoExposeEvent">XNoExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-23' class="method"><span id='as_ref.v-23' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XNoExposeEvent.html" title="struct x11::xlib::XNoExposeEvent">XNoExposeEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XNoExposeEvent.html" title="struct x11::xlib::XNoExposeEvent">XNoExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-46' class="method"><span id='from.v-46' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XNoExposeEvent.html" title="struct x11::xlib::XNoExposeEvent">XNoExposeEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XNoExposeEvent.html" title="struct x11::xlib::XNoExposeEvent">XNoExposeEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-47' class="method"><span id='from.v-47' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XNoExposeEvent.html" title="struct x11::xlib::XNoExposeEvent">XNoExposeEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XPropertyEvent.html" title="struct x11::xlib::XPropertyEvent">XPropertyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-24' class="method"><span id='as_mut.v-24' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XPropertyEvent.html" title="struct x11::xlib::XPropertyEvent">XPropertyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XPropertyEvent.html" title="struct x11::xlib::XPropertyEvent">XPropertyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-24' class="method"><span id='as_ref.v-24' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XPropertyEvent.html" title="struct x11::xlib::XPropertyEvent">XPropertyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XPropertyEvent.html" title="struct x11::xlib::XPropertyEvent">XPropertyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-48' class="method"><span id='from.v-48' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XPropertyEvent.html" title="struct x11::xlib::XPropertyEvent">XPropertyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XPropertyEvent.html" title="struct x11::xlib::XPropertyEvent">XPropertyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-49' class="method"><span id='from.v-49' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XPropertyEvent.html" title="struct x11::xlib::XPropertyEvent">XPropertyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XReparentEvent.html" title="struct x11::xlib::XReparentEvent">XReparentEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-25' class="method"><span id='as_mut.v-25' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XReparentEvent.html" title="struct x11::xlib::XReparentEvent">XReparentEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XReparentEvent.html" title="struct x11::xlib::XReparentEvent">XReparentEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-25' class="method"><span id='as_ref.v-25' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XReparentEvent.html" title="struct x11::xlib::XReparentEvent">XReparentEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XReparentEvent.html" title="struct x11::xlib::XReparentEvent">XReparentEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-50' class="method"><span id='from.v-50' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XReparentEvent.html" title="struct x11::xlib::XReparentEvent">XReparentEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XReparentEvent.html" title="struct x11::xlib::XReparentEvent">XReparentEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-51' class="method"><span id='from.v-51' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XReparentEvent.html" title="struct x11::xlib::XReparentEvent">XReparentEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XResizeRequestEvent.html" title="struct x11::xlib::XResizeRequestEvent">XResizeRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-26' class="method"><span id='as_mut.v-26' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XResizeRequestEvent.html" title="struct x11::xlib::XResizeRequestEvent">XResizeRequestEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XResizeRequestEvent.html" title="struct x11::xlib::XResizeRequestEvent">XResizeRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-26' class="method"><span id='as_ref.v-26' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XResizeRequestEvent.html" title="struct x11::xlib::XResizeRequestEvent">XResizeRequestEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XResizeRequestEvent.html" title="struct x11::xlib::XResizeRequestEvent">XResizeRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-52' class="method"><span id='from.v-52' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XResizeRequestEvent.html" title="struct x11::xlib::XResizeRequestEvent">XResizeRequestEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XResizeRequestEvent.html" title="struct x11::xlib::XResizeRequestEvent">XResizeRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-53' class="method"><span id='from.v-53' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XResizeRequestEvent.html" title="struct x11::xlib::XResizeRequestEvent">XResizeRequestEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XSelectionClearEvent.html" title="struct x11::xlib::XSelectionClearEvent">XSelectionClearEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-27' class="method"><span id='as_mut.v-27' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XSelectionClearEvent.html" title="struct x11::xlib::XSelectionClearEvent">XSelectionClearEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XSelectionClearEvent.html" title="struct x11::xlib::XSelectionClearEvent">XSelectionClearEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-27' class="method"><span id='as_ref.v-27' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XSelectionClearEvent.html" title="struct x11::xlib::XSelectionClearEvent">XSelectionClearEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XSelectionClearEvent.html" title="struct x11::xlib::XSelectionClearEvent">XSelectionClearEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-54' class="method"><span id='from.v-54' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XSelectionClearEvent.html" title="struct x11::xlib::XSelectionClearEvent">XSelectionClearEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XSelectionClearEvent.html" title="struct x11::xlib::XSelectionClearEvent">XSelectionClearEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-55' class="method"><span id='from.v-55' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XSelectionClearEvent.html" title="struct x11::xlib::XSelectionClearEvent">XSelectionClearEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XSelectionEvent.html" title="struct x11::xlib::XSelectionEvent">XSelectionEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-28' class="method"><span id='as_mut.v-28' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XSelectionEvent.html" title="struct x11::xlib::XSelectionEvent">XSelectionEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XSelectionEvent.html" title="struct x11::xlib::XSelectionEvent">XSelectionEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-28' class="method"><span id='as_ref.v-28' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XSelectionEvent.html" title="struct x11::xlib::XSelectionEvent">XSelectionEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XSelectionEvent.html" title="struct x11::xlib::XSelectionEvent">XSelectionEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-56' class="method"><span id='from.v-56' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XSelectionEvent.html" title="struct x11::xlib::XSelectionEvent">XSelectionEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XSelectionEvent.html" title="struct x11::xlib::XSelectionEvent">XSelectionEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-57' class="method"><span id='from.v-57' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XSelectionEvent.html" title="struct x11::xlib::XSelectionEvent">XSelectionEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XSelectionRequestEvent.html" title="struct x11::xlib::XSelectionRequestEvent">XSelectionRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-29' class="method"><span id='as_mut.v-29' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XSelectionRequestEvent.html" title="struct x11::xlib::XSelectionRequestEvent">XSelectionRequestEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XSelectionRequestEvent.html" title="struct x11::xlib::XSelectionRequestEvent">XSelectionRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-29' class="method"><span id='as_ref.v-29' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XSelectionRequestEvent.html" title="struct x11::xlib::XSelectionRequestEvent">XSelectionRequestEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XSelectionRequestEvent.html" title="struct x11::xlib::XSelectionRequestEvent">XSelectionRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-58' class="method"><span id='from.v-58' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XSelectionRequestEvent.html" title="struct x11::xlib::XSelectionRequestEvent">XSelectionRequestEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XSelectionRequestEvent.html" title="struct x11::xlib::XSelectionRequestEvent">XSelectionRequestEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-59' class="method"><span id='from.v-59' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XSelectionRequestEvent.html" title="struct x11::xlib::XSelectionRequestEvent">XSelectionRequestEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XUnmapEvent.html" title="struct x11::xlib::XUnmapEvent">XUnmapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-30' class="method"><span id='as_mut.v-30' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XUnmapEvent.html" title="struct x11::xlib::XUnmapEvent">XUnmapEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XUnmapEvent.html" title="struct x11::xlib::XUnmapEvent">XUnmapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-30' class="method"><span id='as_ref.v-30' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XUnmapEvent.html" title="struct x11::xlib::XUnmapEvent">XUnmapEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XUnmapEvent.html" title="struct x11::xlib::XUnmapEvent">XUnmapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-60' class="method"><span id='from.v-60' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XUnmapEvent.html" title="struct x11::xlib::XUnmapEvent">XUnmapEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XUnmapEvent.html" title="struct x11::xlib::XUnmapEvent">XUnmapEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-61' class="method"><span id='from.v-61' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XUnmapEvent.html" title="struct x11::xlib::XUnmapEvent">XUnmapEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xlib/struct.XVisibilityEvent.html" title="struct x11::xlib::XVisibilityEvent">XVisibilityEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-31' class="method"><span id='as_mut.v-31' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xlib/struct.XVisibilityEvent.html" title="struct x11::xlib::XVisibilityEvent">XVisibilityEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xlib/struct.XVisibilityEvent.html" title="struct x11::xlib::XVisibilityEvent">XVisibilityEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-31' class="method"><span id='as_ref.v-31' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xlib/struct.XVisibilityEvent.html" title="struct x11::xlib::XVisibilityEvent">XVisibilityEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xlib/struct.XVisibilityEvent.html" title="struct x11::xlib::XVisibilityEvent">XVisibilityEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-62' class="method"><span id='from.v-62' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xlib/struct.XVisibilityEvent.html" title="struct x11::xlib::XVisibilityEvent">XVisibilityEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xlib/struct.XVisibilityEvent.html" title="struct x11::xlib::XVisibilityEvent">XVisibilityEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-63' class="method"><span id='from.v-63' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xlib/struct.XVisibilityEvent.html" title="struct x11::xlib::XVisibilityEvent">XVisibilityEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xf86vmode/struct.XF86VidModeNotifyEvent.html" title="struct x11::xf86vmode::XF86VidModeNotifyEvent">XF86VidModeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-32' class="method"><span id='as_mut.v-32' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xf86vmode/struct.XF86VidModeNotifyEvent.html" title="struct x11::xf86vmode::XF86VidModeNotifyEvent">XF86VidModeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xf86vmode/struct.XF86VidModeNotifyEvent.html" title="struct x11::xf86vmode::XF86VidModeNotifyEvent">XF86VidModeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-32' class="method"><span id='as_ref.v-32' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xf86vmode/struct.XF86VidModeNotifyEvent.html" title="struct x11::xf86vmode::XF86VidModeNotifyEvent">XF86VidModeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xf86vmode/struct.XF86VidModeNotifyEvent.html" title="struct x11::xf86vmode::XF86VidModeNotifyEvent">XF86VidModeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-64' class="method"><span id='from.v-64' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xf86vmode/struct.XF86VidModeNotifyEvent.html" title="struct x11::xf86vmode::XF86VidModeNotifyEvent">XF86VidModeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xf86vmode/struct.XF86VidModeNotifyEvent.html" title="struct x11::xf86vmode::XF86VidModeNotifyEvent">XF86VidModeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-65' class="method"><span id='from.v-65' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xf86vmode/struct.XF86VidModeNotifyEvent.html" title="struct x11::xf86vmode::XF86VidModeNotifyEvent">XF86VidModeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xrandr/struct.XRRScreenChangeNotifyEvent.html" title="struct x11::xrandr::XRRScreenChangeNotifyEvent">XRRScreenChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-33' class="method"><span id='as_mut.v-33' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xrandr/struct.XRRScreenChangeNotifyEvent.html" title="struct x11::xrandr::XRRScreenChangeNotifyEvent">XRRScreenChangeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xrandr/struct.XRRScreenChangeNotifyEvent.html" title="struct x11::xrandr::XRRScreenChangeNotifyEvent">XRRScreenChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-33' class="method"><span id='as_ref.v-33' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xrandr/struct.XRRScreenChangeNotifyEvent.html" title="struct x11::xrandr::XRRScreenChangeNotifyEvent">XRRScreenChangeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xrandr/struct.XRRScreenChangeNotifyEvent.html" title="struct x11::xrandr::XRRScreenChangeNotifyEvent">XRRScreenChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-66' class="method"><span id='from.v-66' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xrandr/struct.XRRScreenChangeNotifyEvent.html" title="struct x11::xrandr::XRRScreenChangeNotifyEvent">XRRScreenChangeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xrandr/struct.XRRScreenChangeNotifyEvent.html" title="struct x11::xrandr::XRRScreenChangeNotifyEvent">XRRScreenChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-67' class="method"><span id='from.v-67' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xrandr/struct.XRRScreenChangeNotifyEvent.html" title="struct x11::xrandr::XRRScreenChangeNotifyEvent">XRRScreenChangeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xrandr/struct.XRRNotifyEvent.html" title="struct x11::xrandr::XRRNotifyEvent">XRRNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-34' class="method"><span id='as_mut.v-34' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xrandr/struct.XRRNotifyEvent.html" title="struct x11::xrandr::XRRNotifyEvent">XRRNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xrandr/struct.XRRNotifyEvent.html" title="struct x11::xrandr::XRRNotifyEvent">XRRNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-34' class="method"><span id='as_ref.v-34' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xrandr/struct.XRRNotifyEvent.html" title="struct x11::xrandr::XRRNotifyEvent">XRRNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xrandr/struct.XRRNotifyEvent.html" title="struct x11::xrandr::XRRNotifyEvent">XRRNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-68' class="method"><span id='from.v-68' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xrandr/struct.XRRNotifyEvent.html" title="struct x11::xrandr::XRRNotifyEvent">XRRNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xrandr/struct.XRRNotifyEvent.html" title="struct x11::xrandr::XRRNotifyEvent">XRRNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-69' class="method"><span id='from.v-69' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xrandr/struct.XRRNotifyEvent.html" title="struct x11::xrandr::XRRNotifyEvent">XRRNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xrandr/struct.XRROutputChangeNotifyEvent.html" title="struct x11::xrandr::XRROutputChangeNotifyEvent">XRROutputChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-35' class="method"><span id='as_mut.v-35' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xrandr/struct.XRROutputChangeNotifyEvent.html" title="struct x11::xrandr::XRROutputChangeNotifyEvent">XRROutputChangeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xrandr/struct.XRROutputChangeNotifyEvent.html" title="struct x11::xrandr::XRROutputChangeNotifyEvent">XRROutputChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-35' class="method"><span id='as_ref.v-35' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xrandr/struct.XRROutputChangeNotifyEvent.html" title="struct x11::xrandr::XRROutputChangeNotifyEvent">XRROutputChangeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xrandr/struct.XRROutputChangeNotifyEvent.html" title="struct x11::xrandr::XRROutputChangeNotifyEvent">XRROutputChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-70' class="method"><span id='from.v-70' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xrandr/struct.XRROutputChangeNotifyEvent.html" title="struct x11::xrandr::XRROutputChangeNotifyEvent">XRROutputChangeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xrandr/struct.XRROutputChangeNotifyEvent.html" title="struct x11::xrandr::XRROutputChangeNotifyEvent">XRROutputChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-71' class="method"><span id='from.v-71' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xrandr/struct.XRROutputChangeNotifyEvent.html" title="struct x11::xrandr::XRROutputChangeNotifyEvent">XRROutputChangeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xrandr/struct.XRRCrtcChangeNotifyEvent.html" title="struct x11::xrandr::XRRCrtcChangeNotifyEvent">XRRCrtcChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-36' class="method"><span id='as_mut.v-36' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xrandr/struct.XRRCrtcChangeNotifyEvent.html" title="struct x11::xrandr::XRRCrtcChangeNotifyEvent">XRRCrtcChangeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xrandr/struct.XRRCrtcChangeNotifyEvent.html" title="struct x11::xrandr::XRRCrtcChangeNotifyEvent">XRRCrtcChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-36' class="method"><span id='as_ref.v-36' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xrandr/struct.XRRCrtcChangeNotifyEvent.html" title="struct x11::xrandr::XRRCrtcChangeNotifyEvent">XRRCrtcChangeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xrandr/struct.XRRCrtcChangeNotifyEvent.html" title="struct x11::xrandr::XRRCrtcChangeNotifyEvent">XRRCrtcChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-72' class="method"><span id='from.v-72' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xrandr/struct.XRRCrtcChangeNotifyEvent.html" title="struct x11::xrandr::XRRCrtcChangeNotifyEvent">XRRCrtcChangeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xrandr/struct.XRRCrtcChangeNotifyEvent.html" title="struct x11::xrandr::XRRCrtcChangeNotifyEvent">XRRCrtcChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-73' class="method"><span id='from.v-73' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xrandr/struct.XRRCrtcChangeNotifyEvent.html" title="struct x11::xrandr::XRRCrtcChangeNotifyEvent">XRRCrtcChangeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xrandr/struct.XRROutputPropertyNotifyEvent.html" title="struct x11::xrandr::XRROutputPropertyNotifyEvent">XRROutputPropertyNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-37' class="method"><span id='as_mut.v-37' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xrandr/struct.XRROutputPropertyNotifyEvent.html" title="struct x11::xrandr::XRROutputPropertyNotifyEvent">XRROutputPropertyNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xrandr/struct.XRROutputPropertyNotifyEvent.html" title="struct x11::xrandr::XRROutputPropertyNotifyEvent">XRROutputPropertyNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-37' class="method"><span id='as_ref.v-37' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xrandr/struct.XRROutputPropertyNotifyEvent.html" title="struct x11::xrandr::XRROutputPropertyNotifyEvent">XRROutputPropertyNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xrandr/struct.XRROutputPropertyNotifyEvent.html" title="struct x11::xrandr::XRROutputPropertyNotifyEvent">XRROutputPropertyNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-74' class="method"><span id='from.v-74' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xrandr/struct.XRROutputPropertyNotifyEvent.html" title="struct x11::xrandr::XRROutputPropertyNotifyEvent">XRROutputPropertyNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xrandr/struct.XRROutputPropertyNotifyEvent.html" title="struct x11::xrandr::XRROutputPropertyNotifyEvent">XRROutputPropertyNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-75' class="method"><span id='from.v-75' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xrandr/struct.XRROutputPropertyNotifyEvent.html" title="struct x11::xrandr::XRROutputPropertyNotifyEvent">XRROutputPropertyNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xrandr/struct.XRRProviderChangeNotifyEvent.html" title="struct x11::xrandr::XRRProviderChangeNotifyEvent">XRRProviderChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-38' class="method"><span id='as_mut.v-38' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xrandr/struct.XRRProviderChangeNotifyEvent.html" title="struct x11::xrandr::XRRProviderChangeNotifyEvent">XRRProviderChangeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xrandr/struct.XRRProviderChangeNotifyEvent.html" title="struct x11::xrandr::XRRProviderChangeNotifyEvent">XRRProviderChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-38' class="method"><span id='as_ref.v-38' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xrandr/struct.XRRProviderChangeNotifyEvent.html" title="struct x11::xrandr::XRRProviderChangeNotifyEvent">XRRProviderChangeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xrandr/struct.XRRProviderChangeNotifyEvent.html" title="struct x11::xrandr::XRRProviderChangeNotifyEvent">XRRProviderChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-76' class="method"><span id='from.v-76' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xrandr/struct.XRRProviderChangeNotifyEvent.html" title="struct x11::xrandr::XRRProviderChangeNotifyEvent">XRRProviderChangeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xrandr/struct.XRRProviderChangeNotifyEvent.html" title="struct x11::xrandr::XRRProviderChangeNotifyEvent">XRRProviderChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-77' class="method"><span id='from.v-77' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xrandr/struct.XRRProviderChangeNotifyEvent.html" title="struct x11::xrandr::XRRProviderChangeNotifyEvent">XRRProviderChangeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xrandr/struct.XRRProviderPropertyNotifyEvent.html" title="struct x11::xrandr::XRRProviderPropertyNotifyEvent">XRRProviderPropertyNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-39' class="method"><span id='as_mut.v-39' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xrandr/struct.XRRProviderPropertyNotifyEvent.html" title="struct x11::xrandr::XRRProviderPropertyNotifyEvent">XRRProviderPropertyNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xrandr/struct.XRRProviderPropertyNotifyEvent.html" title="struct x11::xrandr::XRRProviderPropertyNotifyEvent">XRRProviderPropertyNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-39' class="method"><span id='as_ref.v-39' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xrandr/struct.XRRProviderPropertyNotifyEvent.html" title="struct x11::xrandr::XRRProviderPropertyNotifyEvent">XRRProviderPropertyNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xrandr/struct.XRRProviderPropertyNotifyEvent.html" title="struct x11::xrandr::XRRProviderPropertyNotifyEvent">XRRProviderPropertyNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-78' class="method"><span id='from.v-78' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xrandr/struct.XRRProviderPropertyNotifyEvent.html" title="struct x11::xrandr::XRRProviderPropertyNotifyEvent">XRRProviderPropertyNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xrandr/struct.XRRProviderPropertyNotifyEvent.html" title="struct x11::xrandr::XRRProviderPropertyNotifyEvent">XRRProviderPropertyNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-79' class="method"><span id='from.v-79' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xrandr/struct.XRRProviderPropertyNotifyEvent.html" title="struct x11::xrandr::XRRProviderPropertyNotifyEvent">XRRProviderPropertyNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xrandr/struct.XRRResourceChangeNotifyEvent.html" title="struct x11::xrandr::XRRResourceChangeNotifyEvent">XRRResourceChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-40' class="method"><span id='as_mut.v-40' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xrandr/struct.XRRResourceChangeNotifyEvent.html" title="struct x11::xrandr::XRRResourceChangeNotifyEvent">XRRResourceChangeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xrandr/struct.XRRResourceChangeNotifyEvent.html" title="struct x11::xrandr::XRRResourceChangeNotifyEvent">XRRResourceChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-40' class="method"><span id='as_ref.v-40' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xrandr/struct.XRRResourceChangeNotifyEvent.html" title="struct x11::xrandr::XRRResourceChangeNotifyEvent">XRRResourceChangeNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xrandr/struct.XRRResourceChangeNotifyEvent.html" title="struct x11::xrandr::XRRResourceChangeNotifyEvent">XRRResourceChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-80' class="method"><span id='from.v-80' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xrandr/struct.XRRResourceChangeNotifyEvent.html" title="struct x11::xrandr::XRRResourceChangeNotifyEvent">XRRResourceChangeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xrandr/struct.XRRResourceChangeNotifyEvent.html" title="struct x11::xrandr::XRRResourceChangeNotifyEvent">XRRResourceChangeNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-81' class="method"><span id='from.v-81' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xrandr/struct.XRRResourceChangeNotifyEvent.html" title="struct x11::xrandr::XRRResourceChangeNotifyEvent">XRRResourceChangeNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><<a class="struct" href="../../x11/xss/struct.XScreenSaverNotifyEvent.html" title="struct x11::xss::XScreenSaverNotifyEvent">XScreenSaverNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1000-1004' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_mut-41' class="method"><span id='as_mut.v-41' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html#tymethod.as_mut' class='fnname'>as_mut</a>(&mut self) -> &mut <a class="struct" href="../../x11/xss/struct.XScreenSaverNotifyEvent.html" title="struct x11::xss::XScreenSaverNotifyEvent">XScreenSaverNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../../x11/xss/struct.XScreenSaverNotifyEvent.html" title="struct x11::xss::XScreenSaverNotifyEvent">XScreenSaverNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1006-1010' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.as_ref-41' class="method"><span id='as_ref.v-41' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../../x11/xss/struct.XScreenSaverNotifyEvent.html" title="struct x11::xss::XScreenSaverNotifyEvent">XScreenSaverNotifyEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../x11/xss/struct.XScreenSaverNotifyEvent.html" title="struct x11::xss::XScreenSaverNotifyEvent">XScreenSaverNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1012-1016' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-82' class="method"><span id='from.v-82' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: <a class="struct" href="../../x11/xss/struct.XScreenSaverNotifyEvent.html" title="struct x11::xss::XScreenSaverNotifyEvent">XScreenSaverNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><&'a <a class="struct" href="../../x11/xss/struct.XScreenSaverNotifyEvent.html" title="struct x11::xss::XScreenSaverNotifyEvent">XScreenSaverNotifyEvent</a>> for <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/x11/xlib.rs.html#1018-1022' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from-83' class="method"><span id='from.v-83' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(other: &'a <a class="struct" href="../../x11/xss/struct.XScreenSaverNotifyEvent.html" title="struct x11::xss::XScreenSaverNotifyEvent">XScreenSaverNotifyEvent</a>) -> <a class="struct" href="../../x11/xlib/struct.XEvent.html" title="struct x11::xlib::XEvent">XEvent</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Performs the conversion.</p>
|
|||
|
</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>?</dt>
|
|||
|
<dd>Show this help dialog</dd>
|
|||
|
<dt>S</dt>
|
|||
|
<dd>Focus the search field</dd>
|
|||
|
<dt>⇤</dt>
|
|||
|
<dd>Move up in search results</dd>
|
|||
|
<dt>⇥</dt>
|
|||
|
<dd>Move down in search results</dd>
|
|||
|
<dt>⏎</dt>
|
|||
|
<dd>Go to active search result</dd>
|
|||
|
<dt>+</dt>
|
|||
|
<dd>Collapse/expand 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>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</aside>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<script>
|
|||
|
window.rootPath = "../../";
|
|||
|
window.currentCrate = "x11";
|
|||
|
</script>
|
|||
|
<script src="../../main.js"></script>
|
|||
|
<script defer src="../../search-index.js"></script>
|
|||
|
</body>
|
|||
|
</html>
|