rusty_snek_gaem/target/doc/wayland_sys/common/union.wl_argument.html

12 lines
9.6 KiB
HTML
Raw Permalink Normal View History

2018-10-28 21:14:05 -05:00
<!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 `wl_argument` union in crate `wayland_sys`."><meta name="keywords" content="rust, rustlang, rust-lang, wl_argument"><title>wayland_sys::common::wl_argument - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script src="../../storage.js"></script></head><body class="rustdoc union"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><p class='location'>Union wl_argument</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#fields">Fields</a><div class="sidebar-links"><a href="#structfield.i">i</a><a href="#structfield.u">u</a><a href="#structfield.f">f</a><a href="#structfield.s">s</a><a href="#structfield.o">o</a><a href="#structfield.n">n</a><a href="#structfield.a">a</a><a href="#structfield.h">h</a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-Send">!Send</a><a href="#impl-Sync">!Sync</a></div></div><p class='location'><a href='../index.html'>wayland_sys</a>::<wbr><a href='index.html'>common</a></p><script>window.sidebarCurrent = {name: 'wl_argument', ty: 'union', relpath: ''};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form js-only"><div class="search-container"><input class="search-input" name="search" autocomplete="off" placeholder="Click or press S to search, ? for more options…" type="search"><a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='in-band'>Union <a href='../index.html'>wayland_sys</a>::<wbr><a href='index.html'>common</a>::<wbr><a class="union" href=''>wl_argument</a></span><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>&#x2212;</span>]</a></span><a class='srclink' href='../../src/wayland_sys/common.rs.html#58-67' title='goto source code'>[src]</a></span></h1><div class="docblock type-decl"><pre class='rust union'><div class="docblock attributes">#[repr(C)]
</div>pub union wl_argument {
pub i: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>,
pub u: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>,
pub f: <a class="type" href="../../wayland_sys/common/type.wl_fixed_t.html" title="type wayland_sys::common::wl_fixed_t">wl_fixed_t</a>,
pub s: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="https://doc.rust-lang.org/nightly/std/os/raw/type.c_char.html" title="type std::os::raw::c_char">c_char</a>,
pub o: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="enum" href="https://doc.rust-lang.org/nightly/std/os/raw/enum.c_void.html" title="enum std::os::raw::c_void">c_void</a>,
pub n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>,
pub a: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../../wayland_sys/common/struct.wl_array.html" title="struct wayland_sys::common::wl_array">wl_array</a>,
pub h: <a class="type" href="https://doc.rust-lang.org/nightly/std/sys/unix/ext/io/type.RawFd.html" title="type std::sys::unix::ext::io::RawFd">RawFd</a>,
}</pre></div><h2 id='fields' class='fields small-section-header'>
Fields<a href='#fields' class='anchor'></a></h2><span id="structfield.i" class="structfield small-section-header"><a href="#structfield.i" class="anchor field"></a><span class='invisible'><code>i: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span></span><span id="structfield.u" class="structfield small-section-header"><a href="#structfield.u" class="anchor field"></a><span class='invisible'><code>u: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span></span><span id="structfield.f" class="structfield small-section-header"><a href="#structfield.f" class="anchor field"></a><span class='invisible'><code>f: <a class="type" href="../../wayland_sys/common/type.wl_fixed_t.html" title="type wayland_sys::common::wl_fixed_t">wl_fixed_t</a></code></span></span><span id="structfield.s" class="structfield small-section-header"><a href="#structfield.s" class="anchor field"></a><span class='invisible'><code>s: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="https://doc.rust-lang.org/nightly/std/os/raw/type.c_char.html" title="type std::os::raw::c_char">c_char</a></code></span></span><span id="structfield.o" class="structfield small-section-header"><a href="#structfield.o" class="anchor field"></a><span class='invisible'><code>o: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="enum" href="https://doc.rust-lang.org/nightly/std/os/raw/enum.c_void.html" title="enum std::os::raw::c_void">c_void</a></code></span></span><span id="structfield.n" class="structfield small-section-header"><a href="#structfield.n" class="anchor field"></a><span class='invisible'><code>n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span></span><span id="structfield.a" class="structfield small-section-header"><a href="#structfield.a" class="anchor field"></a><span class='invisible'><code>a: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../../wayland_sys/common/struct.wl_array.html" title="struct wayland_sys::common::wl_array">wl_array</a></code></span></span><span id="structfield.h" class="structfield small-section-header"><a href="#structfield.h" class="anchor field"></a><span class='invisible'><code>h: <a class="type" href="https://doc.rust-lang.org/nightly/std/sys/unix/ext/io/type.RawFd.html" title="type std::sys::unix::ext::io::RawFd">RawFd</a></code></span></span><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-Send' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="union" href="../../wayland_sys/common/union.wl_argument.html" title="union wayland_sys::common::wl_argument">wl_argument</a></code><a href='#impl-Send' class='anchor'></a></span></td><td><span class='out-of-band'></span></td></tr></tbody></table></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="union" href="../../wayland_sys/common/union.wl_argument.html" title="union wayland_sys::common::wl_argument">wl_argument</a></code><a href='#impl-Sync' class='anchor'></a></span></td><td><span class='out-of-band'></span></td></tr></tbody></table></h3><div class='impl-items'></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div