Struct nix::sys::socket::sockopt::IpMulticastTtl
[-] [+]
[src]
pub struct IpMulticastTtl;
pub struct IpMulticastTtl;
impl SockOpt for IpMulticastTtl
type Val = u8
fn get(&self, fd: RawFd, level: c_int) -> Result<u8>
fn set(&self, fd: RawFd, level: c_int, val: &u8) -> Result<()>
impl Debug for IpMulticastTtl
impl Copy for IpMulticastTtl
impl Clone for IpMulticastTtl
fn clone(&self) -> IpMulticastTtl
fn 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
).