Struct nix::sys::socket::sockopt::Ipv4Ttl [−][src]
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
Auto Trait Implementations
impl RefUnwindSafe for Ipv4Ttl
impl UnwindSafe for Ipv4Ttl
Blanket Implementations
Mutably borrows from an owned value. Read more