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
sourceimpl Clone for AcceptConn
impl Clone for AcceptConn
sourcefn clone(&self) -> AcceptConn
fn clone(&self) -> AcceptConn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AcceptConn
impl Debug for AcceptConn
sourceimpl GetSockOpt for AcceptConn
impl GetSockOpt for AcceptConn
sourceimpl Hash for AcceptConn
impl Hash for AcceptConn
sourceimpl PartialEq<AcceptConn> for AcceptConn
impl PartialEq<AcceptConn> for AcceptConn
sourcefn eq(&self, other: &AcceptConn) -> bool
fn eq(&self, other: &AcceptConn) -> bool
impl Copy for AcceptConn
impl Eq for AcceptConn
impl StructuralEq for AcceptConn
impl StructuralPartialEq for AcceptConn
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more