|
|
<!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 `GetSockOpt` trait in crate `nix`."><meta name="keywords" content="rust, rustlang, rust-lang, GetSockOpt"><title>nix::sys::socket::GetSockOpt - 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 trait"><!--[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">☰</div><a href='../../../nix/index.html'><div class='logo-container'><img src='../../../rust-logo.png' alt='logo'></div></a><p class='location'>Trait GetSockOpt</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#associated-types">Associated Types</a><div class="sidebar-links"><a href="#associatedtype.Val">Val</a></div><a class="sidebar-title" href="#implementors">Implementors</a></div><p class='location'><a href='../../index.html'>nix</a>::<wbr><a href='../index.html'>sys</a>::<wbr><a href='index.html'>socket</a></p><script>window.sidebarCurrent = {name: 'GetSockOpt', ty: 'trait', 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"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><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='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/nix/sys/socket/mod.rs.html#1193-1198' title='goto source code'>[src]</a></span><span class='in-band'>Trait <a href='../../index.html'>nix</a>::<wbr><a href='../index.html'>sys</a>::<wbr><a href='index.html'>socket</a>::<wbr><a class="trait" href=''>GetSockOpt</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust trait'>pub trait GetSockOpt: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> {
|
|
|
type <a href='#associatedtype.Val' class="type">Val</a>;
|
|
|
}</pre></div><div class='docblock'><p>Represents a socket option that can be accessed or set. Used as an argument
|
|
|
to <code>getsockopt</code></p>
|
|
|
</div>
|
|
|
<h2 id='associated-types' class='small-section-header'>Associated Types<a href='#associated-types' class='anchor'></a></h2><div class='methods'><h3 id='associatedtype.Val' class='method'><code id='Val.t'>type <a href='#associatedtype.Val' class="type">Val</a></code></h3></div><span class='loading-content'>Loading content...</span>
|
|
|
<h2 id='implementors' class='small-section-header'>Implementors<a href='#implementors' class='anchor'></a></h2><div class='item-list' id='implementors-list'><h3 id='impl-GetSockOpt' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.AcceptConn.html" title="struct nix::sys::socket::sockopt::AcceptConn">AcceptConn</a></code><a href='#impl-GetSockOpt' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-1' class="type"><code id='Val.t-1'>type <a href='#associatedtype.Val-1' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get' class="method hidden"><code id='get.v'>fn <a href='#method.get' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-1' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.Broadcast.html" title="struct nix::sys::socket::sockopt::Broadcast">Broadcast</a></code><a href='#impl-GetSockOpt-1' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-2' class="type"><code id='Val.t-2'>type <a href='#associatedtype.Val-2' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-1' class="method hidden"><code id='get.v-1'>fn <a href='#method.get-1' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-2' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.IpMulticastLoop.html" title="struct nix::sys::socket::sockopt::IpMulticastLoop">IpMulticastLoop</a></code><a href='#impl-GetSockOpt-2' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-3' class="type"><code id='Val.t-3'>type <a href='#associatedtype.Val-3' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-2' class="method hidden"><code id='get.v-2'>fn <a href='#method.get-2' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-3' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.IpMulticastTtl.html" title="struct nix::sys::socket::sockopt::IpMulticastTtl">IpMulticastTtl</a></code><a href='#impl-GetSockOpt-3' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-4' class="type"><code id='Val.t-4'>type <a href='#associatedtype.Val-4' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code></h4><h4 id='method.get-3' class="method hidden"><code id='get.v-3'>fn <a href='#method.get-3' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-4' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.IpTransparent.html" title="struct nix::sys::socket::sockopt::IpTransparent">IpTransparent</a></code><a href='#impl-GetSockOpt-4' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-5' class="type"><code id='Val.t-5'>type <a href='#associatedtype.Val-5' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-4' class="method hidden"><code id='get.v-4'>fn <a href='#method.get-4' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-5' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.Ipv4PacketInfo.html" title="struct nix::sys::socket::sockopt::Ipv4PacketInfo">Ipv4PacketInfo</a></code><a href='#impl-GetSockOpt-5' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-6' class="type"><code id='Val.t-6'>type <a href='#associatedtype.Val-6' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-5' class="method hidden"><code id='get.v-5'>fn <a href='#method.get-5' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-6' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.Ipv6RecvPacketInfo.html" title="struct nix::sys::socket::sockopt::Ipv6RecvPacketInfo">Ipv6RecvPacketInfo</a></code><a href='#impl-GetSockOpt-6' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-7' class="type"><code id='Val.t-7'>type <a href='#associatedtype.Val-7' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-6' class="method hidden"><code id='get.v-6'>fn <a href='#method.get-6' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-7' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.KeepAlive.html" title="struct nix::sys::socket::sockopt::KeepAlive">KeepAlive</a></code><a href='#impl-GetSockOpt-7' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-8' class="type"><code id='Val.t-8'>type <a href='#associatedtype.Val-8' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-7' class="method hidden"><code id='get.v-7'>fn <a href='#method.get-7' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-8' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.Linger.html" title="struct nix::sys::socket::sockopt::Linger">Linger</a></code><a href='#impl-GetSockOpt-8' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-9' class="type"><code id='Val.t-9'>type <a href='#associatedtype.Val-9' class="type">Val</a> = <a class="struct" href="../../../libc/unix/struct.linger.html" title="struct libc::unix::linger">linger</a></code></h4><h4 id='method.get-8' class="method hidden"><code id='get.v-8'>fn <a href='#method.get-8' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="struct" href="../../../libc/unix/struct.linger.html" title="struct libc::unix::linger">linger</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-9' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.Mark.html" title="struct nix::sys::socket::sockopt::Mark">Mark</a></code><a href='#impl-GetSockOpt-9' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-10' class="type"><code id='Val.t-10'>type <a href='#associatedtype.Val-10' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></h4><h4 id='method.get-9' class="method hidden"><code id='get.v-9'>fn <a href='#method.get-9' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-10' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.OobInline.html" title="struct nix::sys::socket::sockopt::OobInline">OobInline</a></code><a href='#impl-GetSockOpt-10' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-11' class="type"><code id='Val.t-11'>type <a href='#associatedtype.Val-11' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-10' class="method hidden"><code id='get.v-10'>fn <a href='#method.get-10' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-11' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.OriginalDst.html" title="struct nix::sys::socket::sockopt::OriginalDst">OriginalDst</a></code><a href='#impl-GetSockOpt-11' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-12' class="type"><code id='Val.t-12'>type <a href='#associatedtype.Val-12' class="type">Val</a> = <a class="struct" href="../../../nix/sys/socket/struct.sockaddr_in.html" title="struct nix::sys::socket::sockaddr_in">sockaddr_in</a></code></h4><h4 id='method.get-11' class="method hidden"><code id='get.v-11'>fn <a href='#method.get-11' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="struct" href="../../../nix/sys/socket/struct.sockaddr_in.html" title="struct nix::sys::socket::sockaddr_in">sockaddr_in</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-12' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.PassCred.html" title="struct nix::sys::socket::sockopt::PassCred">PassCred</a></code><a href='#impl-GetSockOpt-12' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-13' class="type"><code id='Val.t-13'>type <a href='#associatedtype.Val-13' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-12' class="method hidden"><code id='get.v-12'>fn <a href='#method.get-12' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-13' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.PeerCredentials.html" title="struct nix::sys::socket::sockopt::PeerCredentials">PeerCredentials</a></code><a href='#impl-GetSockOpt-13' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-14' class="type"><code id='Val.t-14'>type <a href='#associatedtype.Val-14' class="type">Val</a> = <a class="struct" href="../../../nix/sys/socket/struct.UnixCredentials.html" title="struct nix::sys::socket::UnixCredentials">UnixCredentials</a></code></h4><h4 id='method.get-13' class="method hidden"><code id='get.v-13'>fn <a href='#method.get-13' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="struct" href="../../../nix/sys/socket/struct.UnixCredentials.html" title="struct nix::sys::socket::UnixCredentials">UnixCredentials</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-14' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.RcvBuf.html" title="struct nix::sys::socket::sockopt::RcvBuf">RcvBuf</a></code><a href='#impl-GetSockOpt-14' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-15' class="type"><code id='Val.t-15'>type <a href='#associatedtype.Val-15' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></h4><h4 id='method.get-14' class="method hidden"><code id='get.v-14'>fn <a href='#method.get-14' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-15' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.ReceiveTimeout.html" title="struct nix::sys::socket::sockopt::ReceiveTimeout">ReceiveTimeout</a></code><a href='#impl-GetSockOpt-15' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-16' class="type"><code id='Val.t-16'>type <a href='#associatedtype.Val-16' class="type">Val</a> = <a class="struct" href="../../../nix/sys/time/struct.TimeVal.html" title="struct nix::sys::time::TimeVal">TimeVal</a></code></h4><h4 id='method.get-15' class="method hidden"><code id='get.v-15'>fn <a href='#method.get-15' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="struct" href="../../../nix/sys/time/struct.TimeVal.html" title="struct nix::sys::time::TimeVal">TimeVal</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-16' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.ReceiveTimestamp.html" title="struct nix::sys::socket::sockopt::ReceiveTimestamp">ReceiveTimestamp</a></code><a href='#impl-GetSockOpt-16' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-17' class="type"><code id='Val.t-17'>type <a href='#associatedtype.Val-17' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-16' class="method hidden"><code id='get.v-16'>fn <a href='#method.get-16' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-17' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.ReuseAddr.html" title="struct nix::sys::socket::sockopt::ReuseAddr">ReuseAddr</a></code><a href='#impl-GetSockOpt-17' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-18' class="type"><code id='Val.t-18'>type <a href='#associatedtype.Val-18' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-17' class="method hidden"><code id='get.v-17'>fn <a href='#method.get-17' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-18' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.ReusePort.html" title="struct nix::sys::socket::sockopt::ReusePort">ReusePort</a></code><a href='#impl-GetSockOpt-18' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-19' class="type"><code id='Val.t-19'>type <a href='#associatedtype.Val-19' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-18' class="method hidden"><code id='get.v-18'>fn <a href='#method.get-18' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-19' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.SendTimeout.html" title="struct nix::sys::socket::sockopt::SendTimeout">SendTimeout</a></code><a href='#impl-GetSockOpt-19' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-20' class="type"><code id='Val.t-20'>type <a href='#associatedtype.Val-20' class="type">Val</a> = <a class="struct" href="../../../nix/sys/time/struct.TimeVal.html" title="struct nix::sys::time::TimeVal">TimeVal</a></code></h4><h4 id='method.get-19' class="method hidden"><code id='get.v-19'>fn <a href='#method.get-19' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="struct" href="../../../nix/sys/time/struct.TimeVal.html" title="struct nix::sys::time::TimeVal">TimeVal</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-20' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.SndBuf.html" title="struct nix::sys::socket::sockopt::SndBuf">SndBuf</a></code><a href='#impl-GetSockOpt-20' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-21' class="type"><code id='Val.t-21'>type <a href='#associatedtype.Val-21' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></h4><h4 id='method.get-20' class="method hidden"><code id='get.v-20'>fn <a href='#method.get-20' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-21' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.SockType.html" title="struct nix::sys::socket::sockopt::SockType">SockType</a></code><a href='#impl-GetSockOpt-21' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-22' class="type"><code id='Val.t-22'>type <a href='#associatedtype.Val-22' class="type">Val</a> = <a class="enum" href="../../../nix/sys/socket/enum.SockType.html" title="enum nix::sys::socket::SockType">SockType</a></code></h4><h4 id='method.get-21' class="method hidden"><code id='get.v-21'>fn <a href='#method.get-21' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="enum" href="../../../nix/sys/socket/enum.SockType.html" title="enum nix::sys::socket::SockType">SockType</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-22' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.SocketError.html" title="struct nix::sys::socket::sockopt::SocketError">SocketError</a></code><a href='#impl-GetSockOpt-22' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-23' class="type"><code id='Val.t-23'>type <a href='#associatedtype.Val-23' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></h4><h4 id='method.get-22' class="method hidden"><code id='get.v-22'>fn <a href='#method.get-22' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-23' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.TcpCongestion.html" title="struct nix::sys::socket::sockopt::TcpCongestion">TcpCongestion</a></code><a href='#impl-GetSockOpt-23' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-24' class="type"><code id='Val.t-24'>type <a href='#associatedtype.Val-24' class="type">Val</a> = <a class="struct" href="https://doc.rust-lang.org/nightly/std/ffi/os_str/struct.OsString.html" title="struct std::ffi::os_str::OsString">OsString</a></code></h4><h4 id='method.get-23' class="method hidden"><code id='get.v-23'>fn <a href='#method.get-23' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="struct" href="https://doc.rust-lang.org/nightly/std/ffi/os_str/struct.OsString.html" title="struct std::ffi::os_str::OsString">OsString</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-24' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.TcpKeepIdle.html" title="struct nix::sys::socket::sockopt::TcpKeepIdle">TcpKeepIdle</a></code><a href='#impl-GetSockOpt-24' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-25' class="type"><code id='Val.t-25'>type <a href='#associatedtype.Val-25' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></h4><h4 id='method.get-24' class="method hidden"><code id='get.v-24'>fn <a href='#method.get-24' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div><h3 id='impl-GetSockOpt-25' class='impl'><code class='in-band'>impl GetSockOpt for <a class="struct" href="../../../nix/sys/socket/sockopt/struct.TcpNoDelay.html" title="struct nix::sys::socket::sockopt::TcpNoDelay">TcpNoDelay</a></code><a href='#impl-GetSockOpt-25' class='anchor'></a><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#82-97' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Val-26' class="type"><code id='Val.t-26'>type <a href='#associatedtype.Val-26' class="type">Val</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></h4><h4 id='method.get-25' class="method hidden"><code id='get.v-25'>fn <a href='#method.get-25' class='fnname'>get</a>(&self, fd: <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>) -> <a class="type" href="../../../nix/type.Result.html" title="type nix::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code><a class='srclink' href='../../../src/nix/sys/socket/sockopt.rs.html#85-96' title='goto source code'>[src]</a></h4></div></div><span class='loading-content'>Loading content...</span><script type="text/javascript">window.inlined_types=new Set([]);</script><script type="text/javascript" async
|
|
|
src="../../../implementors/nix/sys/socket/trait.GetSockOpt.js">
|
|
|
</script></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>⏎</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> |