Struct nix::sys::socket::sockopt::Ipv6Ttl
pub struct Ipv6Ttl;
Documentation
Set the unicast hop limit for the socket.
Trait Implementations
impl Debug for Ipv6Ttl
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for Ipv6Ttl
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for Ipv6Ttl
impl StructuralPartialEq for Ipv6Ttl
Auto Trait Implementations
impl RefUnwindSafe for Ipv6Ttl
impl UnwindSafe for Ipv6Ttl
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T