Struct nix::sys::socket::sockopt::ReusePort
pub struct ReusePort;Documentation
Permits multiple AF_INET or AF_INET6 sockets to be bound to an identical socket address.
Trait Implementations
impl Debug for ReusePort
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for ReusePort
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for ReusePortimpl StructuralPartialEq for ReusePortAuto Trait Implementations
impl RefUnwindSafe for ReusePortimpl UnwindSafe for ReusePortBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T