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§
source§impl Clone for IpFreebind
impl Clone for IpFreebind
source§fn clone(&self) -> IpFreebind
fn clone(&self) -> IpFreebind
Returns a copy 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
impl Debug for IpFreebind
source§impl GetSockOpt for IpFreebind
impl GetSockOpt for IpFreebind
source§impl Hash for IpFreebind
impl Hash for IpFreebind
source§impl PartialEq for IpFreebind
impl PartialEq for IpFreebind
source§impl SetSockOpt for IpFreebind
impl SetSockOpt for IpFreebind
impl Copy for IpFreebind
impl Eq for IpFreebind
impl StructuralPartialEq for IpFreebind
Auto Trait Implementations§
impl Freeze for IpFreebind
impl RefUnwindSafe for IpFreebind
impl Send for IpFreebind
impl Sync for IpFreebind
impl Unpin for IpFreebind
impl UnwindSafe for IpFreebind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
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,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)