Struct asio::ip::V6Only
[−]
[src]
pub struct V6Only(_);
Socket option for determining whether an IPv6 socket supports IPv6 communication only.
Trait Implementations
impl Clone for V6Only
[src]
fn clone(&self) -> V6Only
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more