blob: c18346b090d53549fac625267d745b6b26063599 [file] [log] [blame]
<!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 `FcntlArg` enum in crate `nix`.">
<meta name="keywords" content="rust, rustlang, rust-lang, FcntlArg">
<title>nix::fcntl::FcntlArg - 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 enum">
<!--[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'>Enum FcntlArg</p><div class="block items"><ul><li><a href="#variants">Variants</a></li></ul></div><p class='location'><a href='../index.html'>nix</a>::<wbr><a href='index.html'>fcntl</a></p><script>window.sidebarCurrent = {name: 'FcntlArg', ty: 'enum', 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'>Enum <a href='../index.html'>nix</a>::<wbr><a href='index.html'>fcntl</a>::<wbr><a class="enum" href=''>FcntlArg</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/nix/fcntl.rs.html#29-57' title='goto source code'>[src]</a></span></h1>
<pre class='rust enum'>pub enum FcntlArg&lt;'a&gt; {
F_DUPFD(<a class="type" href="https://doc.rust-lang.org/nightly/std/sys/imp/ext/io/type.RawFd.html" title="type std::sys::imp::ext::io::RawFd">RawFd</a>),
F_DUPFD_CLOEXEC(<a class="type" href="https://doc.rust-lang.org/nightly/std/sys/imp/ext/io/type.RawFd.html" title="type std::sys::imp::ext::io::RawFd">RawFd</a>),
F_GETFD,
F_SETFD(<a class="struct" href="../../nix/fcntl/struct.FdFlag.html" title="struct nix::fcntl::FdFlag">FdFlag</a>),
F_GETFL,
F_SETFL(<a class="struct" href="../../nix/fcntl/struct.OFlag.html" title="struct nix::fcntl::OFlag">OFlag</a>),
F_SETLK(&amp;'a <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>),
F_SETLKW(&amp;'a <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>),
F_GETLK(&amp;'a mut <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>),
F_OFD_SETLK(&amp;'a <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>),
F_OFD_SETLKW(&amp;'a <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>),
F_OFD_GETLK(&amp;'a mut <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>),
F_ADD_SEALS(<a class="struct" href="../../nix/fcntl/struct.SealFlag.html" title="struct nix::fcntl::SealFlag">SealFlag</a>),
F_GET_SEALS,
F_GETPIPE_SZ,
F_SETPIPE_SZ(<a class="type" href="../../nix/type.c_int.html" title="type nix::c_int">c_int</a>),
}</pre><h2 id='variants' class='variants small-section-header'>
Variants<a href='#variants' class='anchor'></a></h2>
<span id='variant.F_DUPFD' class='variant'><span id='F_DUPFD.v' class='invisible'><code>F_DUPFD(<a class="type" href="https://doc.rust-lang.org/nightly/std/sys/imp/ext/io/type.RawFd.html" title="type std::sys::imp::ext::io::RawFd">RawFd</a>)</code></span></span><span id='variant.F_DUPFD_CLOEXEC' class='variant'><span id='F_DUPFD_CLOEXEC.v' class='invisible'><code>F_DUPFD_CLOEXEC(<a class="type" href="https://doc.rust-lang.org/nightly/std/sys/imp/ext/io/type.RawFd.html" title="type std::sys::imp::ext::io::RawFd">RawFd</a>)</code></span></span><span id='variant.F_GETFD' class='variant'><span id='F_GETFD.v' class='invisible'><code>F_GETFD</code></span></span><span id='variant.F_SETFD' class='variant'><span id='F_SETFD.v' class='invisible'><code>F_SETFD(<a class="struct" href="../../nix/fcntl/struct.FdFlag.html" title="struct nix::fcntl::FdFlag">FdFlag</a>)</code></span></span><span id='variant.F_GETFL' class='variant'><span id='F_GETFL.v' class='invisible'><code>F_GETFL</code></span></span><span id='variant.F_SETFL' class='variant'><span id='F_SETFL.v' class='invisible'><code>F_SETFL(<a class="struct" href="../../nix/fcntl/struct.OFlag.html" title="struct nix::fcntl::OFlag">OFlag</a>)</code></span></span><span id='variant.F_SETLK' class='variant'><span id='F_SETLK.v' class='invisible'><code>F_SETLK(&amp;'a <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>)</code></span></span><span id='variant.F_SETLKW' class='variant'><span id='F_SETLKW.v' class='invisible'><code>F_SETLKW(&amp;'a <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>)</code></span></span><span id='variant.F_GETLK' class='variant'><span id='F_GETLK.v' class='invisible'><code>F_GETLK(&amp;'a mut <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>)</code></span></span><span id='variant.F_OFD_SETLK' class='variant'><span id='F_OFD_SETLK.v' class='invisible'><code>F_OFD_SETLK(&amp;'a <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>)</code></span></span><span id='variant.F_OFD_SETLKW' class='variant'><span id='F_OFD_SETLKW.v' class='invisible'><code>F_OFD_SETLKW(&amp;'a <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>)</code></span></span><span id='variant.F_OFD_GETLK' class='variant'><span id='F_OFD_GETLK.v' class='invisible'><code>F_OFD_GETLK(&amp;'a mut <a class="struct" href="../../libc/unix/notbsd/linux/other/struct.flock.html" title="struct libc::unix::notbsd::linux::other::flock">flock</a>)</code></span></span><span id='variant.F_ADD_SEALS' class='variant'><span id='F_ADD_SEALS.v' class='invisible'><code>F_ADD_SEALS(<a class="struct" href="../../nix/fcntl/struct.SealFlag.html" title="struct nix::fcntl::SealFlag">SealFlag</a>)</code></span></span><span id='variant.F_GET_SEALS' class='variant'><span id='F_GET_SEALS.v' class='invisible'><code>F_GET_SEALS</code></span></span><span id='variant.F_GETPIPE_SZ' class='variant'><span id='F_GETPIPE_SZ.v' class='invisible'><code>F_GETPIPE_SZ</code></span></span><span id='variant.F_SETPIPE_SZ' class='variant'><span id='F_SETPIPE_SZ.v' class='invisible'><code>F_SETPIPE_SZ(<a class="type" href="../../nix/type.c_int.html" title="type nix::c_int">c_int</a>)</code></span></span></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>&larrb;</dt>
<dd>Move up in search results</dd>
<dt>&rarrb;</dt>
<dd>Move down in search results</dd>
<dt>&#9166;</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 = "nix";
</script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html>