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) -> IpFreebind
impl Copy for IpFreebind
impl Debug for IpFreebind
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for IpFreebind
impl 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) -> bool
impl StructuralEq for IpFreebind
impl StructuralPartialEq for IpFreebind
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
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T