Struct ioctl::libc::ip6_mreq
[−]
[src]
pub struct ip6_mreq { pub ipv6mr_multiaddr: in6_addr, pub ipv6mr_interface: u32, }
Fields
ipv6mr_multiaddr | |
ipv6mr_interface |
pub struct ip6_mreq { pub ipv6mr_multiaddr: in6_addr, pub ipv6mr_interface: u32, }
ipv6mr_multiaddr | |
ipv6mr_interface |
impl Clone for ip6_mreq
fn clone(&self) -> ip6_mreq
fn clone_from(&mut self, source: &Self)
impl Copy for ip6_mreq
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
).
Search functions by type signature (e.g.
vec -> usize
)