pub struct IpFreebind;Available on crate feature
net only.Expand description
If enabled, this boolean option allows binding to an IP address that is nonlocal or does not (yet) exist.
Trait Implementations§
Source§impl Clone for IpFreebind
Available on crate feature socket only.
impl Clone for IpFreebind
Available on crate feature
socket only.Source§fn clone(&self) -> IpFreebind
fn clone(&self) -> IpFreebind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IpFreebind
Available on crate feature socket only.
impl Debug for IpFreebind
Available on crate feature
socket only.Source§impl GetSockOpt for IpFreebind
Available on crate feature socket only.
impl GetSockOpt for IpFreebind
Available on crate feature
socket only.Source§impl Hash for IpFreebind
Available on crate feature socket only.
impl Hash for IpFreebind
Available on crate feature
socket only.Source§impl PartialEq for IpFreebind
Available on crate feature socket only.
impl PartialEq for IpFreebind
Available on crate feature
socket only.Source§impl SetSockOpt for IpFreebind
Available on crate feature socket only.
impl SetSockOpt for IpFreebind
Available on crate feature
socket only.impl Copy for IpFreebind
Available on crate feature
socket only.impl Eq for IpFreebind
Available on crate feature
socket only.impl StructuralPartialEq for IpFreebind
Available on crate feature
socket only.Auto Trait Implementations§
impl Freeze for IpFreebind
Available on Unix only.
impl RefUnwindSafe for IpFreebind
Available on Unix only.
impl Send for IpFreebind
Available on Unix only.
impl Sync for IpFreebind
Available on Unix only.
impl Unpin for IpFreebind
Available on Unix only.
impl UnwindSafe for IpFreebind
Available on Unix only.
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.