Struct nix::sys::socket::sockopt::Ipv6V6Only
pub struct Ipv6V6Only;Documentation
The socket is restricted to sending and receiving IPv6 packets only.
Trait Implementations
impl Clone for Ipv6V6Only
fn clone(&Self) -> Ipv6V6Onlyimpl Copy for Ipv6V6Onlyimpl Debug for Ipv6V6Only
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for Ipv6V6Onlyimpl Hash for Ipv6V6Only
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl SetSockOpt for Ipv6V6Only
impl GetSockOpt for Ipv6V6Only
impl PartialEq<Ipv6V6Only> for Ipv6V6Only
fn eq(&Self, other: &Ipv6V6Only) -> boolimpl StructuralEq for Ipv6V6Onlyimpl StructuralPartialEq for Ipv6V6OnlyAuto Trait Implementations
impl RefUnwindSafe for Ipv6V6Onlyimpl Send for Ipv6V6Onlyimpl Sync for Ipv6V6Onlyimpl Unpin for Ipv6V6Onlyimpl UnwindSafe for Ipv6V6OnlyBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T