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) -> Ipv6V6Only
impl Copy for Ipv6V6Only
impl Debug for Ipv6V6Only
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for Ipv6V6Only
impl 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) -> bool
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
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T