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 more