Struct nix::sys::socket::sockopt::IpFreebind
pub struct IpFreebind;Documentation
If enabled, this boolean option allows binding to an IP address that is nonlocal or does not (yet) exist.
Trait Implementations
impl Clone for IpFreebind
fn clone(&Self) -> IpFreebindimpl Copy for IpFreebindimpl Debug for IpFreebind
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for IpFreebindimpl Hash for IpFreebind
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl SetSockOpt for IpFreebind
impl GetSockOpt for IpFreebind
impl PartialEq<IpFreebind> for IpFreebind
fn eq(&Self, other: &IpFreebind) -> boolimpl StructuralEq for IpFreebindimpl StructuralPartialEq for IpFreebindAuto Trait Implementations
impl RefUnwindSafe for IpFreebindimpl Send for IpFreebindimpl Sync for IpFreebindimpl Unpin for IpFreebindimpl UnwindSafe for IpFreebindBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T