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::Resultimpl Hash for Ipv6Ttl
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for Ipv6Ttlimpl StructuralPartialEq for Ipv6TtlAuto Trait Implementations
impl RefUnwindSafe for Ipv6Ttlimpl UnwindSafe for Ipv6TtlBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T