pub struct Ipv6V6Only;
Expand description
The socket is restricted to sending and receiving IPv6 packets only.
Trait Implementations
sourceimpl Clone for Ipv6V6Only
impl Clone for Ipv6V6Only
sourcefn clone(&self) -> Ipv6V6Only
fn clone(&self) -> Ipv6V6Only
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 Ipv6V6Only
impl Debug for Ipv6V6Only
sourceimpl GetSockOpt for Ipv6V6Only
impl GetSockOpt for Ipv6V6Only
sourceimpl Hash for Ipv6V6Only
impl Hash for Ipv6V6Only
sourceimpl PartialEq<Ipv6V6Only> for Ipv6V6Only
impl PartialEq<Ipv6V6Only> for Ipv6V6Only
sourcefn eq(&self, other: &Ipv6V6Only) -> bool
fn eq(&self, other: &Ipv6V6Only) -> bool
sourceimpl SetSockOpt for Ipv6V6Only
impl SetSockOpt for Ipv6V6Only
impl Copy for Ipv6V6Only
impl Eq for Ipv6V6Only
impl StructuralEq for Ipv6V6Only
impl StructuralPartialEq for Ipv6V6Only
Auto Trait Implementations
impl RefUnwindSafe for Ipv6V6Only
impl Send for Ipv6V6Only
impl Sync for Ipv6V6Only
impl Unpin for Ipv6V6Only
impl UnwindSafe for Ipv6V6Only
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