pub struct Ipv4Ttl;Expand description
Set or retrieve the current time-to-live field that is used in every packet sent from this socket.
Trait Implementations
sourceimpl GetSockOpt for Ipv4Ttl
impl GetSockOpt for Ipv4Ttl
sourceimpl SetSockOpt for Ipv4Ttl
impl SetSockOpt for Ipv4Ttl
impl Copy for Ipv4Ttl
impl Eq for Ipv4Ttl
impl StructuralEq for Ipv4Ttl
impl StructuralPartialEq for Ipv4Ttl
Auto Trait Implementations
impl RefUnwindSafe for Ipv4Ttl
impl Send for Ipv4Ttl
impl Sync for Ipv4Ttl
impl Unpin for Ipv4Ttl
impl UnwindSafe for Ipv4Ttl
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