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
sourceimpl Clone for IpFreebind
impl Clone for IpFreebind
sourcefn clone(&self) -> IpFreebind
fn clone(&self) -> IpFreebind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IpFreebind
impl Debug for IpFreebind
sourceimpl GetSockOpt for IpFreebind
impl GetSockOpt for IpFreebind
sourceimpl Hash for IpFreebind
impl Hash for IpFreebind
sourceimpl PartialEq<IpFreebind> for IpFreebind
impl PartialEq<IpFreebind> for IpFreebind
sourcefn eq(&self, other: &IpFreebind) -> bool
fn eq(&self, other: &IpFreebind) -> bool
sourceimpl SetSockOpt for IpFreebind
impl SetSockOpt for IpFreebind
impl Copy for IpFreebind
impl Eq for IpFreebind
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more