You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/nix/unistd/enum.SysconfVar.html

287 lines
72 KiB

5 years ago
<!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 `SysconfVar` enum in crate `nix`."><meta name="keywords" content="rust, rustlang, rust-lang, SysconfVar"><title>nix::unistd::SysconfVar - 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><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="shortcut icon" href="../../favicon.ico"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></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"><div class="sidebar-menu">&#9776;</div><a href='../../nix/index.html'><div class='logo-container'><img src='../../rust-logo.png' alt='logo'></div></a><p class='location'>Enum SysconfVar</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#variants">Variants</a><div class="sidebar-links"><a href="#variant.AIO_LISTIO_MAX">AIO_LISTIO_MAX</a><a href="#variant.AIO_MAX">AIO_MAX</a><a href="#variant.AIO_PRIO_DELTA_MAX">AIO_PRIO_DELTA_MAX</a><a href="#variant.ARG_MAX">ARG_MAX</a><a href="#variant.ATEXIT_MAX">ATEXIT_MAX</a><a href="#variant.BC_BASE_MAX">BC_BASE_MAX</a><a href="#variant.BC_DIM_MAX">BC_DIM_MAX</a><a href="#variant.BC_SCALE_MAX">BC_SCALE_MAX</a><a href="#variant.BC_STRING_MAX">BC_STRING_MAX</a><a href="#variant.CHILD_MAX">CHILD_MAX</a><a href="#variant.COLL_WEIGHTS_MAX">COLL_WEIGHTS_MAX</a><a href="#variant.DELAYTIMER_MAX">DELAYTIMER_MAX</a><a href="#variant.EXPR_NEST_MAX">EXPR_NEST_MAX</a><a href="#variant.HOST_NAME_MAX">HOST_NAME_MAX</a><a href="#variant.IOV_MAX">IOV_MAX</a><a href="#variant.LINE_MAX">LINE_MAX</a><a href="#variant.LOGIN_NAME_MAX">LOGIN_NAME_MAX</a><a href="#variant.NGROUPS_MAX">NGROUPS_MAX</a><a href="#variant.GETGR_R_SIZE_MAX">GETGR_R_SIZE_MAX</a><a href="#variant.GETPW_R_SIZE_MAX">GETPW_R_SIZE_MAX</a><a href="#variant.MQ_OPEN_MAX">MQ_OPEN_MAX</a><a href="#variant.MQ_PRIO_MAX">MQ_PRIO_MAX</a><a href="#variant.OPEN_MAX">OPEN_MAX</a><a href="#variant._POSIX_ADVISORY_INFO">_POSIX_ADVISORY_INFO</a><a href="#variant._POSIX_BARRIERS">_POSIX_BARRIERS</a><a href="#variant._POSIX_ASYNCHRONOUS_IO">_POSIX_ASYNCHRONOUS_IO</a><a href="#variant._POSIX_CLOCK_SELECTION">_POSIX_CLOCK_SELECTION</a><a href="#variant._POSIX_CPUTIME">_POSIX_CPUTIME</a><a href="#variant._POSIX_FSYNC">_POSIX_FSYNC</a><a href="#variant._POSIX_IPV6">_POSIX_IPV6</a><a href="#variant._POSIX_JOB_CONTROL">_POSIX_JOB_CONTROL</a><a href="#variant._POSIX_MAPPED_FILES">_POSIX_MAPPED_FILES</a><a href="#variant._POSIX_MEMLOCK">_POSIX_MEMLOCK</a><a href="#variant._POSIX_MEMLOCK_RANGE">_POSIX_MEMLOCK_RANGE</a><a href="#variant._POSIX_MEMORY_PROTECTION">_POSIX_MEMORY_PROTECTION</a><a href="#variant._POSIX_MESSAGE_PASSING">_POSIX_MESSAGE_PASSING</a><a href="#variant._POSIX_MONOTONIC_CLOCK">_POSIX_MONOTONIC_CLOCK</a><a href="#variant._POSIX_PRIORITIZED_IO">_POSIX_PRIORITIZED_IO</a><a href="#variant._POSIX_PRIORITY_SCHEDULING">_POSIX_PRIORITY_SCHEDULING</a><a href="#variant._POSIX_RAW_SOCKETS">_POSIX_RAW_SOCKETS</a><a href="#variant._POSIX_READER_WRITER_LOCKS">_POSIX_READER_WRITER_LOCKS</a><a href="#variant._POSIX_REALTIME_SIGNALS">_POSIX_REALTIME_SIGNALS</a><a href="#variant._POSIX_REGEXP">_POSIX_REGEXP</a><a href="#variant._POSIX_SAVED_IDS">_POSIX_SAVED_IDS</a><a href="#variant._POSIX_SEMAPHORES">_POSIX_SEMAPHORES</a><a href="#variant._POSIX_SHARED_MEMORY_OBJECTS">_POSIX_SHARED_MEMORY_OBJECTS</a><a href="#variant._POSIX_SHELL">_POSIX_SHELL</a><a href="#variant._POSIX_SPAWN">_POSIX_SPAWN</a><a href="#variant._POSIX_SPIN_LOCKS">
</span>pub enum SysconfVar {
AIO_LISTIO_MAX,
AIO_MAX,
AIO_PRIO_DELTA_MAX,
ARG_MAX,
ATEXIT_MAX,
BC_BASE_MAX,
BC_DIM_MAX,
BC_SCALE_MAX,
BC_STRING_MAX,
CHILD_MAX,
COLL_WEIGHTS_MAX,
DELAYTIMER_MAX,
EXPR_NEST_MAX,
HOST_NAME_MAX,
IOV_MAX,
LINE_MAX,
LOGIN_NAME_MAX,
NGROUPS_MAX,
GETGR_R_SIZE_MAX,
GETPW_R_SIZE_MAX,
MQ_OPEN_MAX,
MQ_PRIO_MAX,
OPEN_MAX,
_POSIX_ADVISORY_INFO,
_POSIX_BARRIERS,
_POSIX_ASYNCHRONOUS_IO,
_POSIX_CLOCK_SELECTION,
_POSIX_CPUTIME,
_POSIX_FSYNC,
_POSIX_IPV6,
_POSIX_JOB_CONTROL,
_POSIX_MAPPED_FILES,
_POSIX_MEMLOCK,
_POSIX_MEMLOCK_RANGE,
_POSIX_MEMORY_PROTECTION,
_POSIX_MESSAGE_PASSING,
_POSIX_MONOTONIC_CLOCK,
_POSIX_PRIORITIZED_IO,
_POSIX_PRIORITY_SCHEDULING,
_POSIX_RAW_SOCKETS,
_POSIX_READER_WRITER_LOCKS,
_POSIX_REALTIME_SIGNALS,
_POSIX_REGEXP,
_POSIX_SAVED_IDS,
_POSIX_SEMAPHORES,
_POSIX_SHARED_MEMORY_OBJECTS,
_POSIX_SHELL,
_POSIX_SPAWN,
_POSIX_SPIN_LOCKS,
_POSIX_SPORADIC_SERVER,
_POSIX_SS_REPL_MAX,
_POSIX_SYNCHRONIZED_IO,
_POSIX_THREAD_ATTR_STACKADDR,
_POSIX_THREAD_ATTR_STACKSIZE,
_POSIX_THREAD_CPUTIME,
_POSIX_THREAD_PRIO_INHERIT,
_POSIX_THREAD_PRIO_PROTECT,
_POSIX_THREAD_PRIORITY_SCHEDULING,
_POSIX_THREAD_PROCESS_SHARED,
_POSIX_THREAD_ROBUST_PRIO_INHERIT,
_POSIX_THREAD_ROBUST_PRIO_PROTECT,
_POSIX_THREAD_SAFE_FUNCTIONS,
_POSIX_THREAD_SPORADIC_SERVER,
_POSIX_THREADS,
_POSIX_TIMEOUTS,
_POSIX_TIMERS,
_POSIX_TRACE,
_POSIX_TRACE_EVENT_FILTER,
_POSIX_TRACE_EVENT_NAME_MAX,
_POSIX_TRACE_INHERIT,
_POSIX_TRACE_LOG,
_POSIX_TRACE_NAME_MAX,
_POSIX_TRACE_SYS_MAX,
_POSIX_TRACE_USER_EVENT_MAX,
_POSIX_TYPED_MEMORY_OBJECTS,
_POSIX_VERSION,
_POSIX_V6_ILP32_OFF32,
_POSIX_V6_ILP32_OFFBIG,
_POSIX_V6_LP64_OFF64,
_POSIX_V6_LPBIG_OFFBIG,
_POSIX2_C_BIND,
_POSIX2_C_DEV,
_POSIX2_CHAR_TERM,
_POSIX2_FORT_DEV,
_POSIX2_FORT_RUN,
_POSIX2_LOCALEDEF,
_POSIX2_PBS,
_POSIX2_PBS_ACCOUNTING,
_POSIX2_PBS_CHECKPOINT,
_POSIX2_PBS_LOCATE,
_POSIX2_PBS_MESSAGE,
_POSIX2_PBS_TRACK,
_POSIX2_SW_DEV,
_POSIX2_UPE,
_POSIX2_VERSION,
PAGE_SIZE,
PTHREAD_DESTRUCTOR_ITERATIONS,
PTHREAD_KEYS_MAX,
PTHREAD_STACK_MIN,
PTHREAD_THREADS_MAX,
RE_DUP_MAX,
RTSIG_MAX,
SEM_NSEMS_MAX,
SEM_VALUE_MAX,
SIGQUEUE_MAX,
STREAM_MAX,
SYMLOOP_MAX,
TIMER_MAX,
TTY_NAME_MAX,
TZNAME_MAX,
_XOPEN_CRYPT,
_XOPEN_ENH_I18N,
_XOPEN_LEGACY,
_XOPEN_REALTIME,
_XOPEN_REALTIME_THREADS,
_XOPEN_SHM,
_XOPEN_STREAMS,
_XOPEN_UNIX,
_XOPEN_VERSION,
}</pre></div><div class='docblock'><p>Variable names for <code>sysconf</code></p>
<p>Nix uses the same naming convention for these variables as the
<a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/getconf.html">getconf(1)</a> utility.
That is, <code>SysconfVar</code> variables have the same name as the abstract variables
shown in the <code>sysconf(3)</code> man page. Usually, it's the same as the C
variable name without the leading <code>_SC_</code>.</p>
<p>All of these symbols are standardized by POSIX 1003.1-2008, but haven't been
implemented by all platforms.</p>
<h1 id="references" class="section-header"><a href="#references">References</a></h1>
<ul>
<li><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sysconf.html">sysconf(3)</a></li>
<li><a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a></li>
<li><a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html">limits.h</a></li>
</ul>
</div><h2 id='variants' class='variants small-section-header'>
Variants<a href='#variants' class='anchor'></a></h2>
<div id="variant.AIO_LISTIO_MAX" class="variant small-section-header"><a href="#variant.AIO_LISTIO_MAX" class="anchor field"></a><code id='AIO_LISTIO_MAX.v'>AIO_LISTIO_MAX</code></div><div class='docblock'><p>Maximum number of I/O operations in a single list I/O call supported by
the implementation.</p>
</div><div id="variant.AIO_MAX" class="variant small-section-header"><a href="#variant.AIO_MAX" class="anchor field"></a><code id='AIO_MAX.v'>AIO_MAX</code></div><div class='docblock'><p>Maximum number of outstanding asynchronous I/O operations supported by
the implementation.</p>
</div><div id="variant.AIO_PRIO_DELTA_MAX" class="variant small-section-header"><a href="#variant.AIO_PRIO_DELTA_MAX" class="anchor field"></a><code id='AIO_PRIO_DELTA_MAX.v'>AIO_PRIO_DELTA_MAX</code></div><div class='docblock'><p>The maximum amount by which a process can decrease its asynchronous I/O
priority level from its own scheduling priority.</p>
</div><div id="variant.ARG_MAX" class="variant small-section-header"><a href="#variant.ARG_MAX" class="anchor field"></a><code id='ARG_MAX.v'>ARG_MAX</code></div><div class='docblock'><p>Maximum length of argument to the exec functions including environment data.</p>
</div><div id="variant.ATEXIT_MAX" class="variant small-section-header"><a href="#variant.ATEXIT_MAX" class="anchor field"></a><code id='ATEXIT_MAX.v'>ATEXIT_MAX</code></div><div class='docblock'><p>Maximum number of functions that may be registered with <code>atexit</code>.</p>
</div><div id="variant.BC_BASE_MAX" class="variant small-section-header"><a href="#variant.BC_BASE_MAX" class="anchor field"></a><code id='BC_BASE_MAX.v'>BC_BASE_MAX</code></div><div class='docblock'><p>Maximum obase values allowed by the bc utility.</p>
</div><div id="variant.BC_DIM_MAX" class="variant small-section-header"><a href="#variant.BC_DIM_MAX" class="anchor field"></a><code id='BC_DIM_MAX.v'>BC_DIM_MAX</code></div><div class='docblock'><p>Maximum number of elements permitted in an array by the bc utility.</p>
</div><div id="variant.BC_SCALE_MAX" class="variant small-section-header"><a href="#variant.BC_SCALE_MAX" class="anchor field"></a><code id='BC_SCALE_MAX.v'>BC_SCALE_MAX</code></div><div class='docblock'><p>Maximum scale value allowed by the bc utility.</p>
</div><div id="variant.BC_STRING_MAX" class="variant small-section-header"><a href="#variant.BC_STRING_MAX" class="anchor field"></a><code id='BC_STRING_MAX.v'>BC_STRING_MAX</code></div><div class='docblock'><p>Maximum length of a string constant accepted by the bc utility.</p>
</div><div id="variant.CHILD_MAX" class="variant small-section-header"><a href="#variant.CHILD_MAX" class="anchor field"></a><code id='CHILD_MAX.v'>CHILD_MAX</code></div><div class='docblock'><p>Maximum number of simultaneous processes per real user ID.</p>
</div><div id="variant.COLL_WEIGHTS_MAX" class="variant small-section-header"><a href="#variant.COLL_WEIGHTS_MAX" class="anchor field"></a><code id='COLL_WEIGHTS_MAX.v'>COLL_WEIGHTS_MAX</code></div><div class='docblock'><p>Maximum number of weights that can be assigned to an entry of the
LC_COLLATE order keyword in the locale definition file</p>
</div><div id="variant.DELAYTIMER_MAX" class="variant small-section-header"><a href="#variant.DELAYTIMER_MAX" class="anchor field"></a><code id='DELAYTIMER_MAX.v'>DELAYTIMER_MAX</code></div><div class='docblock'><p>Maximum number of timer expiration overruns.</p>
</div><div id="variant.EXPR_NEST_MAX" class="variant small-section-header"><a href="#variant.EXPR_NEST_MAX" class="anchor field"></a><code id='EXPR_NEST_MAX.v'>EXPR_NEST_MAX</code></div><div class='docblock'><p>Maximum number of expressions that can be nested within parentheses by
the expr utility.</p>
</div><div id="variant.HOST_NAME_MAX" class="variant small-section-header"><a href="#variant.HOST_NAME_MAX" class="anchor field"></a><code id='HOST_NAME_MAX.v'>HOST_NAME_MAX</code></div><div class='docblock'><p>Maximum length of a host name (not including the terminating null) as
returned from the <code>gethostname</code> function</p>
</div><div id="variant.IOV_MAX" class="variant small-section-header"><a href="#variant.IOV_MAX" class="anchor field"></a><code id='IOV_MAX.v'>IOV_MAX</code></div><div class='docblock'><p>Maximum number of iovec structures that one process has available for
use with <code>readv</code> or <code>writev</code>.</p>
</div><div id="variant.LINE_MAX" class="variant small-section-header"><a href="#variant.LINE_MAX" class="anchor field"></a><code id='LINE_MAX.v'>LINE_MAX</code></div><div class='docblock'><p>Unless otherwise noted, the maximum length, in bytes, of a utility's
input line (either standard input or another file), when the utility is
described as processing text files. The length includes room for the
trailing <newline>.</p>
</div><div id="variant.LOGIN_NAME_MAX" class="variant small-section-header"><a href="#variant.LOGIN_NAME_MAX" class="anchor field"></a><code id='LOGIN_NAME_MAX.v'>LOGIN_NAME_MAX</code></div><div class='docblock'><p>Maximum length of a login name.</p>
</div><div id="variant.NGROUPS_MAX" class="variant small-section-header"><a href="#variant.NGROUPS_MAX" class="anchor field"></a><code id='NGROUPS_MAX.v'>NGROUPS_MAX</code></div><div class='docblock'><p>Maximum number of simultaneous supplementary group IDs per process.</p>
</div><div id="variant.GETGR_R_SIZE_MAX" class="variant small-section-header"><a href="#variant.GETGR_R_SIZE_MAX" class="anchor field"></a><code id='GETGR_R_SIZE_MAX.v'>GETGR_R_SIZE_MAX</code></div><div class='docblock'><p>Initial size of <code>getgrgid_r</code> and <code>getgrnam_r</code> data buffers</p>
</div><div id="variant.GETPW_R_SIZE_MAX" class="variant small-section-header"><a href="#variant.GETPW_R_SIZE_MAX" class="anchor field"></a><code id='GETPW_R_SIZE_MAX.v'>GETPW_R_SIZE_MAX</code></div><div class='docblock'><p>Initial size of <code>getpwuid_r</code> and <code>getpwnam_r</code> data buffers</p>
</div><div id="variant.MQ_OPEN_MAX" class="variant small-section-header"><a href="#variant.MQ_OPEN_MAX" class="anchor field"></a><code id='MQ_OPEN_MAX.v'>MQ_OPEN_MAX</code></div><div class='docblock'><p>The maximum number of open message queue descriptors a process may hold.</p>
</div><div id="variant.MQ_PRIO_MAX" class="variant small-section-header"><a href="#variant.MQ_PRIO_MAX" class="anchor field"></a><code id='MQ_PRIO_MAX.v'>MQ_PRIO_MAX</code></div><div class='docblock'><p>The maximum number of message priorities supported by the implementation.</p>
</div><div id="variant.OPEN_MAX" class="variant small-section-header"><a href="#variant.OPEN_MAX" class="anchor field"></a><code id='OPEN_MAX.v'>OPEN_MAX</code></div><div class='docblock'><p>A value one greater than the maximum value that the system may assign to
a newly-created file descriptor.</p>
</div><div id="variant._POSIX_ADVISORY_INFO" class="variant small-section-header"><a href="#variant._POSIX_ADVISORY_INFO" class="anchor field"></a><code id='_POSIX_ADVISORY_INFO.v'>_POSIX_ADVISORY_INFO</code></div><div class='docblock'><p>The implementation supports the Advisory Information option.</p>
</div><div id="variant._POSIX_BARRIERS" class="variant small-section-header"><a href="#variant._POSIX_BARRIERS" class="anchor field"></a><code id='_POSIX_BARRIERS.v'>_POSIX_BARRIERS</code></div><div class='docblock'><p>The implementation supports barriers.</p>
</div><div id="variant._POSIX_ASYNCHRONOUS_IO" class="variant small-section-header"><a href="#variant._POSIX_ASYNCHRONOUS_IO" class="anchor field"></a><code id='_POSIX_ASYNCHRONOUS_IO.v'>_POSIX_ASYNCHRONOUS_IO</code></div><div class='docblock'><p>The implementation supports asynchronous input and output.</p>
</div><div id="variant._POSIX_CLOCK_SELECTION" class="variant small-section-header"><a href="#variant._POSIX_CLOCK_SELECTION" class="anchor field"></a><code id='_POSIX_CLOCK_SELECTION.v'>_POSIX_CLOCK_SELECTION</code></div><div class='docblock'><p>The implementation supports clock selection.</p>
</div><div id="variant._POSIX_CPUTIME" class="variant small-section-header"><a href="#variant._POSIX_CPUTIME" class="anchor field"></a><code id='_POSIX_CPUTIME.v'>_POSIX_CPUTIME</code></div><div class='docblock'><p>The implementation supports the Process CPU-Time Clocks option.</p>
</div><div id="variant._POSIX_FSYNC" class="variant small-section-header"><a href="#variant._POSIX_FSYNC" class="anchor field"></a><code id='_POSIX_FSYNC.v'>_POSIX_FSYNC</code></div><div class='docblock'><p>The implementation supports the File Synchronization option.</p>
</div><div id="variant._POSIX_IPV6" class="variant small-section-header"><a href="#variant._POSIX_IPV6" class="anchor field"></a><code id='_POSIX_IPV6.v'>_POSIX_IPV6</code></div><div class='docblock'><p>The implementation supports the IPv6 option.</p>
</div><div id="variant._POSIX_JOB_CONTROL" class="variant small-section-header"><a href="#variant._POSIX_JOB_CONTROL" class="anchor field"></a><code id='_POSIX_JOB_CONTROL.v'>_POSIX_JOB_CONTROL</code></div><div class='docblock'><p>The implementation supports job control.</p>
</div><div id="variant._POSIX_MAPPED_FILES" class="variant small-section-header"><a href="#variant._POSIX_MAPPED_FILES" class="anchor field"></a><code id='_POSIX_MAPPED_FILES.v'>_POSIX_MAPPED_FILES</code></div><div class='docblock'><p>The implementation supports memory mapped Files.</p>
</div><div id="variant._POSIX_MEMLOCK" class="variant small-section-header"><a href="#variant._POSIX_MEMLOCK" class="anchor field"></a><code id='_POSIX_MEMLOCK.v'>_POSIX_MEMLOCK</code></div><div class='docblock'><p>The implementation supports the Process Memory Locking option.</p>
</div><div id="variant._POSIX_MEMLOCK_RANGE" class="variant small-section-header"><a href="#variant._POSIX_MEMLOCK_RANGE" class="anchor field"></a><code id='_POSIX_MEMLOCK_RANGE.v'>_POSIX_MEMLOCK_RANGE</code></div><div class='docblock'><p>The implementation supports the Range Memory Locking option.</p>
</div><div id="variant._POSIX_MEMORY_PROTECTION" class="variant small-section-header"><a href="#variant._POSIX_MEMORY_PROTECTION" class="anchor field"></a><code id='_POSIX_MEMORY_PROTECTION.v'>_POSIX_MEMORY_PROTECTION</code></div><div class='docblock'><p>The implementation supports memory protection.</p>
</div><div id="variant._POSIX_MESSAGE_PASSING" class="variant small-section-header"><a href="#variant._POSIX_MESSAGE_PASSING" class="anchor field"></a><code id='_POSIX_MESSAGE_PASSING.v'>_POSIX_MESSAGE_PASSING</code></div><div class='docblock'><p>The implementation supports the Message Passing option.</p>
</div><div id="variant._POSIX_MONOTONIC_CLOCK" class="variant small-section-header"><a href="#variant._POSIX_MONOTONIC_CLOCK" class="anchor field"></a><code id='_POSIX_MONOTONIC_CLOCK.v'>_POSIX_MONOTONIC_CLOCK</code></div><div class='docblock'><p>The implementation supports the Monotonic Clock option.</p>
</div><div id="variant._POSIX_PRIORITIZED_IO" class="variant small-section-header"><a href="#variant._POSIX_PRIORITIZED_IO" class="anchor field"></a><code id='_POSIX_PRIORITIZED_IO.v'>_POSIX_PRIORITIZED_IO</code></div><div class='docblock'><p>The implementation supports the Prioritized Input and Output option.</p>
</div><div id="variant._POSIX_PRIORITY_SCHEDULING" class="variant small-section-header"><a href="#variant._POSIX_PRIORITY_SCHEDULING" class="anchor field"></a><code id='_POSIX_PRIORITY_SCHEDULING.v'>_POSIX_PRIORITY_SCHEDULING</code></div><div class='docblock'><p>The implementation supports the Process Scheduling option.</p>
</div><div id="variant._POSIX_RAW_SOCKETS" class="variant small-section-header"><a href="#variant._POSIX_RAW_SOCKETS" class="anchor field"></a><code id='_POSIX_RAW_SOCKETS.v'>_POSIX_RAW_SOCKETS</code></div><div class='docblock'><p>The implementation supports the Raw Sockets option.</p>
</div><div id="variant._POSIX_READER_WRITER_LOCKS" class="variant small-section-header"><a href="#variant._POSIX_READER_WRITER_LOCKS" class="anchor field"></a><code id='_POSIX_READER_WRITER_LOCKS.v'>_POSIX_READER_WRITER_LOCKS</code></div><div class='docblock'><p>The implementation supports read-write locks.</p>
</div><div id="variant._POSIX_REALTIME_SIGNALS" class="variant small-section-header"><a href="#variant._POSIX_REALTIME_SIGNALS" class="anchor field"></a><code id='_POSIX_REALTIME_SIGNALS.v'>_POSIX_REALTIME_SIGNALS</code></div><div class='docblock'><p>The implementation supports realtime signals.</p>
</div><div id="variant._POSIX_REGEXP" class="variant small-section-header"><a href="#variant._POSIX_REGEXP" class="anchor field"></a><code id='_POSIX_REGEXP.v'>_POSIX_REGEXP</code></div><div class='docblock'><p>The implementation supports the Regular Expression Handling option.</p>
</div><div id="variant._POSIX_SAVED_IDS" class="variant small-section-header"><a href="#variant._POSIX_SAVED_IDS" class="anchor field"></a><code id='_POSIX_SAVED_IDS.v'>_POSIX_SAVED_IDS</code></div><div class='docblock'><p>Each process has a saved set-user-ID and a saved set-group-ID.</p>
</div><div id="variant._POSIX_SEMAPHORES" class="variant small-section-header"><a href="#variant._POSIX_SEMAPHORES" class="anchor field"></a><code id='_POSIX_SEMAPHORES.v'>_POSIX_SEMAPHORES</code></div><div class='docblock'><p>The implementation supports semaphores.</p>
</div><div id="variant._POSIX_SHARED_MEMORY_OBJECTS" class="variant small-section-header"><a href="#variant._POSIX_SHARED_MEMORY_OBJECTS" class="anchor field"></a><code id='_POSIX_SHARED_MEMORY_OBJECTS.v'>_POSIX_SHARED_MEMORY_OBJECTS</code></div><div class='docblock'><p>The implementation supports the Shared Memory Objects option.</p>
</div><div id="variant._POSIX_SHELL" class="variant small-section-header"><a href="#variant._POSIX_SHELL" class="anchor field"></a><code id='_POSIX_SHELL.v'>_POSIX_SHELL</code></div><div class='docblock'><p>The implementation supports the POSIX shell.</p>
</div><div id="variant._POSIX_SPAWN" class="variant small-section-header"><a href="#variant._POSIX_SPAWN" class="anchor field"></a><code id='_POSIX_SPAWN.v'>_POSIX_SPAWN</code></div><div class='docblock'><p>The implementation supports the Spawn option.</p>
</div><div id="variant._POSIX_SPIN_LOCKS" class="variant small-section-header"><a href="#variant._POSIX_SPIN_LOCKS" class="anchor field"></a><code id='_POSIX_SPIN_LOCKS.v'>_POSIX_SPIN_LOCKS</code></div><div class='docblock'><p>The implementation supports spin locks.</p>
</div><div id="variant._POSIX_SPORADIC_SERVER" class="variant small-section-header"><a href="#variant._POSIX_SPORADIC_SERVER" class="anchor field"></a><code id='_POSIX_SPORADIC_SERVER.v'>_POSIX_SPORADIC_SERVER</code></div><div class='docblock'><p>The implementation supports the Process Sporadic Server option.</p>
</div><div id="variant._POSIX_SS_REPL_MAX" class="variant small-section-header"><a href="#variant._POSIX_SS_REPL_MAX" class="anchor field"></a><code id='_POSIX_SS_REPL_MAX.v'>_POSIX_SS_REPL_MAX</code></div><div id="variant._POSIX_SYNCHRONIZED_IO" class="variant small-section-header"><a href="#variant._POSIX_SYNCHRONIZED_IO" class="anchor field"></a><code id='_POSIX_SYNCHRONIZED_IO.v'>_POSIX_SYNCHRONIZED_IO</code></div><div class='docblock'><p>The implementation supports the Synchronized Input and Output option.</p>
</div><div id="variant._POSIX_THREAD_ATTR_STACKADDR" class="variant small-section-header"><a href="#variant._POSIX_THREAD_ATTR_STACKADDR" class="anchor field"></a><code id='_POSIX_THREAD_ATTR_STACKADDR.v'>_POSIX_THREAD_ATTR_STACKADDR</code></div><div class='docblock'><p>The implementation supports the Thread Stack Address Attribute option.</p>
</div><div id="variant._POSIX_THREAD_ATTR_STACKSIZE" class="variant small-section-header"><a href="#variant._POSIX_THREAD_ATTR_STACKSIZE" class="anchor field"></a><code id='_POSIX_THREAD_ATTR_STACKSIZE.v'>_POSIX_THREAD_ATTR_STACKSIZE</code></div><div class='docblock'><p>The implementation supports the Thread Stack Size Attribute option.</p>
</div><div id="variant._POSIX_THREAD_CPUTIME" class="variant small-section-header"><a href="#variant._POSIX_THREAD_CPUTIME" class="anchor field"></a><code id='_POSIX_THREAD_CPUTIME.v'>_POSIX_THREAD_CPUTIME</code></div><div class='docblock'><p>The implementation supports the Thread CPU-Time Clocks option.</p>
</div><div id="variant._POSIX_THREAD_PRIO_INHERIT" class="variant small-section-header"><a href="#variant._POSIX_THREAD_PRIO_INHERIT" class="anchor field"></a><code id='_POSIX_THREAD_PRIO_INHERIT.v'>_POSIX_THREAD_PRIO_INHERIT</code></div><div class='docblock'><p>The implementation supports the Non-Robust Mutex Priority Inheritance
option.</p>
</div><div id="variant._POSIX_THREAD_PRIO_PROTECT" class="variant small-section-header"><a href="#variant._POSIX_THREAD_PRIO_PROTECT" class="anchor field"></a><code id='_POSIX_THREAD_PRIO_PROTECT.v'>_POSIX_THREAD_PRIO_PROTECT</code></div><div class='docblock'><p>The implementation supports the Non-Robust Mutex Priority Protection option.</p>
</div><div id="variant._POSIX_THREAD_PRIORITY_SCHEDULING" class="variant small-section-header"><a href="#variant._POSIX_THREAD_PRIORITY_SCHEDULING" class="anchor field"></a><code id='_POSIX_THREAD_PRIORITY_SCHEDULING.v'>_POSIX_THREAD_PRIORITY_SCHEDULING</code></div><div class='docblock'><p>The implementation supports the Thread Execution Scheduling option.</p>
</div><div id="variant._POSIX_THREAD_PROCESS_SHARED" class="variant small-section-header"><a href="#variant._POSIX_THREAD_PROCESS_SHARED" class="anchor field"></a><code id='_POSIX_THREAD_PROCESS_SHARED.v'>_POSIX_THREAD_PROCESS_SHARED</code></div><div class='docblock'><p>The implementation supports the Thread Process-Shared Synchronization
option.</p>
</div><div id="variant._POSIX_THREAD_ROBUST_PRIO_INHERIT" class="variant small-section-header"><a href="#variant._POSIX_THREAD_ROBUST_PRIO_INHERIT" class="anchor field"></a><code id='_POSIX_THREAD_ROBUST_PRIO_INHERIT.v'>_POSIX_THREAD_ROBUST_PRIO_INHERIT</code></div><div class='docblock'><p>The implementation supports the Robust Mutex Priority Inheritance option.</p>
</div><div id="variant._POSIX_THREAD_ROBUST_PRIO_PROTECT" class="variant small-section-header"><a href="#variant._POSIX_THREAD_ROBUST_PRIO_PROTECT" class="anchor field"></a><code id='_POSIX_THREAD_ROBUST_PRIO_PROTECT.v'>_POSIX_THREAD_ROBUST_PRIO_PROTECT</code></div><div class='docblock'><p>The implementation supports the Robust Mutex Priority Protection option.</p>
</div><div id="variant._POSIX_THREAD_SAFE_FUNCTIONS" class="variant small-section-header"><a href="#variant._POSIX_THREAD_SAFE_FUNCTIONS" class="anchor field"></a><code id='_POSIX_THREAD_SAFE_FUNCTIONS.v'>_POSIX_THREAD_SAFE_FUNCTIONS</code></div><div class='docblock'><p>The implementation supports thread-safe functions.</p>
</div><div id="variant._POSIX_THREAD_SPORADIC_SERVER" class="variant small-section-header"><a href="#variant._POSIX_THREAD_SPORADIC_SERVER" class="anchor field"></a><code id='_POSIX_THREAD_SPORADIC_SERVER.v'>_POSIX_THREAD_SPORADIC_SERVER</code></div><div class='docblock'><p>The implementation supports the Thread Sporadic Server option.</p>
</div><div id="variant._POSIX_THREADS" class="variant small-section-header"><a href="#variant._POSIX_THREADS" class="anchor field"></a><code id='_POSIX_THREADS.v'>_POSIX_THREADS</code></div><div class='docblock'><p>The implementation supports threads.</p>
</div><div id="variant._POSIX_TIMEOUTS" class="variant small-section-header"><a href="#variant._POSIX_TIMEOUTS" class="anchor field"></a><code id='_POSIX_TIMEOUTS.v'>_POSIX_TIMEOUTS</code></div><div class='docblock'><p>The implementation supports timeouts.</p>
</div><div id="variant._POSIX_TIMERS" class="variant small-section-header"><a href="#variant._POSIX_TIMERS" class="anchor field"></a><code id='_POSIX_TIMERS.v'>_POSIX_TIMERS</code></div><div class='docblock'><p>The implementation supports timers.</p>
</div><div id="variant._POSIX_TRACE" class="variant small-section-header"><a href="#variant._POSIX_TRACE" class="anchor field"></a><code id='_POSIX_TRACE.v'>_POSIX_TRACE</code></div><div class='docblock'><p>The implementation supports the Trace option.</p>
</div><div id="variant._POSIX_TRACE_EVENT_FILTER" class="variant small-section-header"><a href="#variant._POSIX_TRACE_EVENT_FILTER" class="anchor field"></a><code id='_POSIX_TRACE_EVENT_FILTER.v'>_POSIX_TRACE_EVENT_FILTER</code></div><div class='docblock'><p>The implementation supports the Trace Event Filter option.</p>
</div><div id="variant._POSIX_TRACE_EVENT_NAME_MAX" class="variant small-section-header"><a href="#variant._POSIX_TRACE_EVENT_NAME_MAX" class="anchor field"></a><code id='_POSIX_TRACE_EVENT_NAME_MAX.v'>_POSIX_TRACE_EVENT_NAME_MAX</code></div><div id="variant._POSIX_TRACE_INHERIT" class="variant small-section-header"><a href="#variant._POSIX_TRACE_INHERIT" class="anchor field"></a><code id='_POSIX_TRACE_INHERIT.v'>_POSIX_TRACE_INHERIT</code></div><div class='docblock'><p>The implementation supports the Trace Inherit option.</p>
</div><div id="variant._POSIX_TRACE_LOG" class="variant small-section-header"><a href="#variant._POSIX_TRACE_LOG" class="anchor field"></a><code id='_POSIX_TRACE_LOG.v'>_POSIX_TRACE_LOG</code></div><div class='docblock'><p>The implementation supports the Trace Log option.</p>
</div><div id="variant._POSIX_TRACE_NAME_MAX" class="variant small-section-header"><a href="#variant._POSIX_TRACE_NAME_MAX" class="anchor field"></a><code id='_POSIX_TRACE_NAME_MAX.v'>_POSIX_TRACE_NAME_MAX</code></div><div id="variant._POSIX_TRACE_SYS_MAX" class="variant small-section-header"><a href="#variant._POSIX_TRACE_SYS_MAX" class="anchor field"></a><code id='_POSIX_TRACE_SYS_MAX.v'>_POSIX_TRACE_SYS_MAX</code></div><div id="variant._POSIX_TRACE_USER_EVENT_MAX" class="variant small-section-header"><a href="#variant._POSIX_TRACE_USER_EVENT_MAX" class="anchor field"></a><code id='_POSIX_TRACE_USER_EVENT_MAX.v'>_POSIX_TRACE_USER_EVENT_MAX</code></div><div id="variant._POSIX_TYPED_MEMORY_OBJECTS" class="variant small-section-header"><a href="#variant._POSIX_TYPED_MEMORY_OBJECTS" class="anchor field"></a><code id='_POSIX_TYPED_MEMORY_OBJECTS.v'>_POSIX_TYPED_MEMORY_OBJECTS</code></div><div class='docblock'><p>The implementation supports the Typed Memory Objects option.</p>
</div><div id="variant._POSIX_VERSION" class="variant small-section-header"><a href="#variant._POSIX_VERSION" class="anchor field"></a><code id='_POSIX_VERSION.v'>_POSIX_VERSION</code></div><div class='docblock'><p>Integer value indicating version of this standard (C-language binding)
to which the implementation conforms. For implementations conforming to
POSIX.1-2008, the value shall be 200809L.</p>
</div><div id="variant._POSIX_V6_ILP32_OFF32" class="variant small-section-header"><a href="#variant._POSIX_V6_ILP32_OFF32" class="anchor field"></a><code id='_POSIX_V6_ILP32_OFF32.v'>_POSIX_V6_ILP32_OFF32</code></div><div class='docblock'><p>The implementation provides a C-language compilation environment with
32-bit <code>int</code>, <code>long</code>, <code>pointer</code>, and <code>off_t</code> types.</p>
</div><div id="variant._POSIX_V6_ILP32_OFFBIG" class="variant small-section-header"><a href="#variant._POSIX_V6_ILP32_OFFBIG" class="anchor field"></a><code id='_POSIX_V6_ILP32_OFFBIG.v'>_POSIX_V6_ILP32_OFFBIG</code></div><div class='docblock'><p>The implementation provides a C-language compilation environment with
32-bit <code>int</code>, <code>long</code>, and pointer types and an <code>off_t</code> type using at
least 64 bits.</p>
</div><div id="variant._POSIX_V6_LP64_OFF64" class="variant small-section-header"><a href="#variant._POSIX_V6_LP64_OFF64" class="anchor field"></a><code id='_POSIX_V6_LP64_OFF64.v'>_POSIX_V6_LP64_OFF64</code></div><div class='docblock'><p>The implementation provides a C-language compilation environment with
32-bit <code>int</code> and 64-bit <code>long</code>, <code>pointer</code>, and <code>off_t</code> types.</p>
</div><div id="variant._POSIX_V6_LPBIG_OFFBIG" class="variant small-section-header"><a href="#variant._POSIX_V6_LPBIG_OFFBIG" class="anchor field"></a><code id='_POSIX_V6_LPBIG_OFFBIG.v'>_POSIX_V6_LPBIG_OFFBIG</code></div><div class='docblock'><p>The implementation provides a C-language compilation environment with an
<code>int</code> type using at least 32 bits and <code>long</code>, pointer, and <code>off_t</code> types
using at least 64 bits.</p>
</div><div id="variant._POSIX2_C_BIND" class="variant small-section-header"><a href="#variant._POSIX2_C_BIND" class="anchor field"></a><code id='_POSIX2_C_BIND.v'>_POSIX2_C_BIND</code></div><div class='docblock'><p>The implementation supports the C-Language Binding option.</p>
</div><div id="variant._POSIX2_C_DEV" class="variant small-section-header"><a href="#variant._POSIX2_C_DEV" class="anchor field"></a><code id='_POSIX2_C_DEV.v'>_POSIX2_C_DEV</code></div><div class='docblock'><p>The implementation supports the C-Language Development Utilities option.</p>
</div><div id="variant._POSIX2_CHAR_TERM" class="variant small-section-header"><a href="#variant._POSIX2_CHAR_TERM" class="anchor field"></a><code id='_POSIX2_CHAR_TERM.v'>_POSIX2_CHAR_TERM</code></div><div class='docblock'><p>The implementation supports the Terminal Characteristics option.</p>
</div><div id="variant._POSIX2_FORT_DEV" class="variant small-section-header"><a href="#variant._POSIX2_FORT_DEV" class="anchor field"></a><code id='_POSIX2_FORT_DEV.v'>_POSIX2_FORT_DEV</code></div><div class='docblock'><p>The implementation supports the FORTRAN Development Utilities option.</p>
</div><div id="variant._POSIX2_FORT_RUN" class="variant small-section-header"><a href="#variant._POSIX2_FORT_RUN" class="anchor field"></a><code id='_POSIX2_FORT_RUN.v'>_POSIX2_FORT_RUN</code></div><div class='docblock'><p>The implementation supports the FORTRAN Runtime Utilities option.</p>
</div><div id="variant._POSIX2_LOCALEDEF" class="variant small-section-header"><a href="#variant._POSIX2_LOCALEDEF" class="anchor field"></a><code id='_POSIX2_LOCALEDEF.v'>_POSIX2_LOCALEDEF</code></div><div class='docblock'><p>The implementation supports the creation of locales by the localedef
utility.</p>
</div><div id="variant._POSIX2_PBS" class="variant small-section-header"><a href="#variant._POSIX2_PBS" class="anchor field"></a><code id='_POSIX2_PBS.v'>_POSIX2_PBS</code></div><div class='docblock'><p>The implementation supports the Batch Environment Services and Utilities
option.</p>
</div><div id="variant._POSIX2_PBS_ACCOUNTING" class="variant small-section-header"><a href="#variant._POSIX2_PBS_ACCOUNTING" class="anchor field"></a><code id='_POSIX2_PBS_ACCOUNTING.v'>_POSIX2_PBS_ACCOUNTING</code></div><div class='docblock'><p>The implementation supports the Batch Accounting option.</p>
</div><div id="variant._POSIX2_PBS_CHECKPOINT" class="variant small-section-header"><a href="#variant._POSIX2_PBS_CHECKPOINT" class="anchor field"></a><code id='_POSIX2_PBS_CHECKPOINT.v'>_POSIX2_PBS_CHECKPOINT</code></div><div class='docblock'><p>The implementation supports the Batch Checkpoint/Restart option.</p>
</div><div id="variant._POSIX2_PBS_LOCATE" class="variant small-section-header"><a href="#variant._POSIX2_PBS_LOCATE" class="anchor field"></a><code id='_POSIX2_PBS_LOCATE.v'>_POSIX2_PBS_LOCATE</code></div><div class='docblock'><p>The implementation supports the Locate Batch Job Request option.</p>
</div><div id="variant._POSIX2_PBS_MESSAGE" class="variant small-section-header"><a href="#variant._POSIX2_PBS_MESSAGE" class="anchor field"></a><code id='_POSIX2_PBS_MESSAGE.v'>_POSIX2_PBS_MESSAGE</code></div><div class='docblock'><p>The implementation supports the Batch Job Message Request option.</p>
</div><div id="variant._POSIX2_PBS_TRACK" class="variant small-section-header"><a href="#variant._POSIX2_PBS_TRACK" class="anchor field"></a><code id='_POSIX2_PBS_TRACK.v'>_POSIX2_PBS_TRACK</code></div><div class='docblock'><p>The implementation supports the Track Batch Job Request option.</p>
</div><div id="variant._POSIX2_SW_DEV" class="variant small-section-header"><a href="#variant._POSIX2_SW_DEV" class="anchor field"></a><code id='_POSIX2_SW_DEV.v'>_POSIX2_SW_DEV</code></div><div class='docblock'><p>The implementation supports the Software Development Utilities option.</p>
</div><div id="variant._POSIX2_UPE" class="variant small-section-header"><a href="#variant._POSIX2_UPE" class="anchor field"></a><code id='_POSIX2_UPE.v'>_POSIX2_UPE</code></div><div class='docblock'><p>The implementation supports the User Portability Utilities option.</p>
</div><div id="variant._POSIX2_VERSION" class="variant small-section-header"><a href="#variant._POSIX2_VERSION" class="anchor field"></a><code id='_POSIX2_VERSION.v'>_POSIX2_VERSION</code></div><div class='docblock'><p>Integer value indicating version of the Shell and Utilities volume of
POSIX.1 to which the implementation conforms.</p>
</div><div id="variant.PAGE_SIZE" class="variant small-section-header"><a href="#variant.PAGE_SIZE" class="anchor field"></a><code id='PAGE_SIZE.v'>PAGE_SIZE</code></div><div class='docblock'><p>The size of a system page in bytes.</p>
<p>POSIX also defines an alias named <code>PAGESIZE</code>, but Rust does not allow two
enum constants to have the same value, so nix omits <code>PAGESIZE</code>.</p>
</div><div id="variant.PTHREAD_DESTRUCTOR_ITERATIONS" class="variant small-section-header"><a href="#variant.PTHREAD_DESTRUCTOR_ITERATIONS" class="anchor field"></a><code id='PTHREAD_DESTRUCTOR_ITERATIONS.v'>PTHREAD_DESTRUCTOR_ITERATIONS</code></div><div id="variant.PTHREAD_KEYS_MAX" class="variant small-section-header"><a href="#variant.PTHREAD_KEYS_MAX" class="anchor field"></a><code id='PTHREAD_KEYS_MAX.v'>PTHREAD_KEYS_MAX</code></div><div id="variant.PTHREAD_STACK_MIN" class="variant small-section-header"><a href="#variant.PTHREAD_STACK_MIN" class="anchor field"></a><code id='PTHREAD_STACK_MIN.v'>PTHREAD_STACK_MIN</code></div><div id="variant.PTHREAD_THREADS_MAX" class="variant small-section-header"><a href="#variant.PTHREAD_THREADS_MAX" class="anchor field"></a><code id='PTHREAD_THREADS_MAX.v'>PTHREAD_THREADS_MAX</code></div><div id="variant.RE_DUP_MAX" class="variant small-section-header"><a href="#variant.RE_DUP_MAX" class="anchor field"></a><code id='RE_DUP_MAX.v'>RE_DUP_MAX</code></div><div id="variant.RTSIG_MAX" class="variant small-section-header"><a href="#variant.RTSIG_MAX" class="anchor field"></a><code id='RTSIG_MAX.v'>RTSIG_MAX</code></div><div id="variant.SEM_NSEMS_MAX" class="variant small-section-header"><a href="#variant.SEM_NSEMS_MAX" class="anchor field"></a><code id='SEM_NSEMS_MAX.v'>SEM_NSEMS_MAX</code></div><div id="variant.SEM_VALUE_MAX" class="variant small-section-header"><a href="#variant.SEM_VALUE_MAX" class="anchor field"></a><code id='SEM_VALUE_MAX.v'>SEM_VALUE_MAX</code></div><div id="variant.SIGQUEUE_MAX" class="variant small-section-header"><a href="#variant.SIGQUEUE_MAX" class="anchor field"></a><code id='SIGQUEUE_MAX.v'>SIGQUEUE_MAX</code></div><div id="variant.STREAM_MAX" class="variant small-section-header"><a href="#variant.STREAM_MAX" class="anchor field"></a><code id='STREAM_MAX.v'>STREAM_MAX</code></div><div id="variant.SYMLOOP_MAX" class="variant small-section-header"><a href="#variant.SYMLOOP_MAX" class="anchor field"></a><code id='SYMLOOP_MAX.v'>SYMLOOP_MAX</code></div><div id="variant.TIMER_MAX" class="variant small-section-header"><a href="#variant.TIMER_MAX" class="anchor field"></a><code id='TIMER_MAX.v'>TIMER_MAX</code></div><div id="variant.TTY_NAME_MAX" class="variant small-section-header"><a href="#variant.TTY_NAME_MAX" class="anchor field"></a><code id='TTY_NAME_MAX.v'>TTY_NAME_MAX</code></div><div id="variant.TZNAME_MAX" class="variant small-section-header"><a href="#variant.TZNAME_MAX" class="anchor field"></a><code id='TZNAME_MAX.v'>TZNAME_MAX</code></div><div id="variant._XOPEN_CRYPT" class="variant small-section-header"><a href="#variant._XOPEN_CRYPT" class="anchor field"></a><code id='_XOPEN_CRYPT.v'>_XOPEN_CRYPT</code></div><div class='docblock'><p>The implementation supports the X/Open Encryption Option Group.</p>
</div><div id="variant._XOPEN_ENH_I18N" class="variant small-section-header"><a href="#variant._XOPEN_ENH_I18N" class="anchor field"></a><code id='_XOPEN_ENH_I18N.v'>_XOPEN_ENH_I18N</code></div><div class='docblock'><p>The implementation supports the Issue 4, Version 2 Enhanced
Internationalization Option Group.</p>
</div><div id="variant._XOPEN_LEGACY" class="variant small-section-header"><a href="#variant._XOPEN_LEGACY" class="anchor field"></a><code id='_XOPEN_LEGACY.v'>_XOPEN_LEGACY</code></div><div id="variant._XOPEN_REALTIME" class="variant small-section-header"><a href="#variant._XOPEN_REALTIME" class="anchor field"></a><code id='_XOPEN_REALTIME.v'>_XOPEN_REALTIME</code></div><div class='docblock'><p>The implementation supports the X/Open Realtime Option Group.</p>
</div><div id="variant._XOPEN_REALTIME_THREADS" class="variant small-section-header"><a href="#variant._XOPEN_REALTIME_THREADS" class="anchor field"></a><code id='_XOPEN_REALTIME_THREADS.v'>_XOPEN_REALTIME_THREADS</code></div><div class='docblock'><p>The implementation supports the X/Open Realtime Threads Option Group.</p>
</div><div id="variant._XOPEN_SHM" class="variant small-section-header"><a href="#variant._XOPEN_SHM" class="anchor field"></a><code id='_XOPEN_SHM.v'>_XOPEN_SHM</code></div><div class='docblock'><p>The implementation supports the Issue 4, Version 2 Shared Memory Option
Group.</p>
</div><div id="variant._XOPEN_STREAMS" class="variant small-section-header"><a href="#variant._XOPEN_STREAMS" class="anchor field"></a><code id='_XOPEN_STREAMS.v'>_XOPEN_STREAMS</code></div><div class='docblock'><p>The implementation supports the XSI STREAMS Option Group.</p>
</div><div id="variant._XOPEN_UNIX" class="variant small-section-header"><a href="#variant._XOPEN_UNIX" class="anchor field"></a><code id='_XOPEN_UNIX.v'>_XOPEN_UNIX</code></div><div class='docblock'><p>The implementation supports the XSI option</p>
</div><div id="variant._XOPEN_VERSION" class="variant small-section-header"><a href="#variant._XOPEN_VERSION" class="anchor field"></a><code id='_XOPEN_VERSION.v'>_XOPEN_VERSION</code></div><div class='docblock'><p>Integer value indicating version of the X/Open Portability Guide to
which the implementation conforms.</p>
</div><h2 id='implementations' class='small-section-header'>Trait Implementations<a href='#implementations' class='anchor'></a></h2><div id='implementations-list'><h3 id='impl-Eq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a href='#impl-Eq' class='anchor'></a><a class='srclink' href='../../src/nix/unistd.rs.html#1848' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-Clone' class='impl'><code class='in-band'>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="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../../src/nix/unistd.rs.html#1848' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clone' class="method hidden"><code id='clone.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&amp;self) -&gt; <a class="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a class='srclink' href='../../src/nix/unistd.rs.html#1848' title='goto source code'>[src]</a></h4><div class='docblock hidden'><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 hidden"><code id='clone_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#131-133' title='goto source code'>[src]</a></h4><div class='docblock hidden'><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 id='impl-PartialEq%3CSysconfVar%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;<a class="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a>&gt; for <a class="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a href='#impl-PartialEq%3CSysconfVar%3E' class='anchor'></a><a class='srclink' href='../../src/nix/unistd.rs.html#1848' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq' class="method hidden"><code id='eq.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&amp;self, other: &amp;<a class="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/nix/unistd.rs.html#1848' title='goto source code'>[src]</a></h4><div class='docblock hidden'><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 hidden"><code id='ne.v'><span class="docblock attributes">#[must_use]
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Rhs) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#208' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-Copy' class='impl'><code class='in-band'>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="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a href='#impl-Copy' class='anchor'></a><a class='srclink' href='../../src/nix/unistd.rs.html#1848' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-Hash' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a href='#impl-Hash' class='anchor'></a><a class='srclink' href='../../src/nix/unistd.rs.html#1848' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.hash' class="method hidden"><code id='hash.v'>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash' class='fnname'>hash</a>&lt;__H:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>&gt;(&amp;self, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>__H)</code><a class='srclink' href='../../src/nix/unistd.rs.html#1848' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Feeds this value into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash">Read more</a></p>
</div><h4 id='method.hash_slice' class="method hidden"><code id='hash_slice.v'>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice' class='fnname'>hash_slice</a>&lt;H&gt;(data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[Self]</a>, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>H) <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>,&nbsp;</span></code><span class='since' title='Stable since Rust version 1.3.0'>1.3.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/hash/mod.rs.html#192-198' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Feeds a slice of this type into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read more</a></p>
</div></div><h3 id='impl-Debug' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../../src/nix/unistd.rs.html#1848' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt' class="method hidden"><code id='fmt.v'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../../src/nix/unistd.rs.html#1848' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-Send' class='impl'><code class='in-band'>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="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a href='#impl-Send' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Unpin' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a href='#impl-Unpin' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><code class='in-band'>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="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a href='#impl-Sync' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-UnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a href='#impl-UnwindSafe' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-RefUnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="enum" href="../../nix/unistd/enum.SysconfVar.html" title="enum nix::unistd::SysconfVar">SysconfVar</a></code><a href='#impl-RefUnwindSafe' class='anchor'></a></h3><div class='impl-items'></div></div><h2 id='blanket-implementations' class='small-section-header'>Blanket Implementations<a href='#blanket-implementations' class='anchor'></a></h2><div id='blanket-implementations-list'><h3 id='impl-ToOwned' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-ToOwned' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#81-92' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Owned' class="type"><code id='Owned.t'>type <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned' class="type">Owned</a> = T</code></h4><div class='docblock'><p>The resulting type after obtaining ownership.</p>
</div><h4 id='method.to_owned' class="method hidden"><code id='to_owned.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned' class='fnname'>to_owned</a>(&amp;self) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div><h4 id='method.clone_into' class="method hidden"><code id='clone_into.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into' class='fnname'>clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T)</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91' title='goto source code'>[src]</a></h4><div class='stability hidden'><div class='stab unstable'><details><summary><span class='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
</details></div></div><div class='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></div><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#544-549' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code id='into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -&gt; U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#546-548' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#553-555' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#554' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#572-578' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#575-577' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#560-567' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#564-566' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#219' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-215' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3 id='impl-Any' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Any' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#100-102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.type_id' class="method hidden"><code id='type_id.v'>fn <a href='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id' class='fnname'>type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div class="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd></kbd></dt><dd>Move up in search results</dd><dt><kbd></kbd></dt><dd>Move down in search results</dd><dt><kbd></kbd></dt><dd>Switch tab</dd><dt><kbd>&#9166;</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><div class="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g., <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g., <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../../";window.currentCrate = "nix";</script><script src="../../aliases.js"></script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html>