pub struct Ipv6Ttl;Expand description
Set the unicast hop limit for the socket.
Trait Implementations
sourceimpl GetSockOpt for Ipv6Ttl
impl GetSockOpt for Ipv6Ttl
sourceimpl SetSockOpt for Ipv6Ttl
impl SetSockOpt for Ipv6Ttl
impl Copy for Ipv6Ttl
impl Eq for Ipv6Ttl
impl StructuralEq for Ipv6Ttl
impl StructuralPartialEq for Ipv6Ttl
Auto Trait Implementations
impl RefUnwindSafe for Ipv6Ttl
impl Send for Ipv6Ttl
impl Sync for Ipv6Ttl
impl Unpin for Ipv6Ttl
impl UnwindSafe for Ipv6Ttl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more