Struct nix::sys::socket::sockopt::IpMulticastTtl
[-] [+]
[src]
pub struct IpMulticastTtl;
pub struct IpMulticastTtl;
impl SockOpt for IpMulticastTtltype Val = u8fn get(&self, fd: RawFd, level: c_int) -> Result<u8>fn set(&self, fd: RawFd, level: c_int, val: &u8) -> Result<()>impl Debug for IpMulticastTtlimpl Copy for IpMulticastTtlimpl Clone for IpMulticastTtlfn clone(&self) -> IpMulticastTtlfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).