Struct nix::sys::socket::sockopt::IpFreebind [−][src]
pub struct IpFreebind;
Expand description
If enabled, this boolean option allows binding to an IP address that is nonlocal or does not (yet) exist.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IpFreebind
impl Send for IpFreebind
impl Sync for IpFreebind
impl Unpin for IpFreebind
impl UnwindSafe for IpFreebind
Blanket Implementations
Mutably borrows from an owned value. Read more