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::Result
impl Hash for ReusePort
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for ReusePort
impl StructuralPartialEq for ReusePort
Auto Trait Implementations
impl RefUnwindSafe for ReusePort
impl UnwindSafe for ReusePort
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T