Struct nix::sys::socket::sockopt::AcceptConn [−][src]
pub struct AcceptConn;
Expand description
Returns a value indicating whether or not this socket has been marked to
accept connections with listen(2)
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AcceptConn
impl Send for AcceptConn
impl Sync for AcceptConn
impl Unpin for AcceptConn
impl UnwindSafe for AcceptConn
Blanket Implementations
Mutably borrows from an owned value. Read more