Struct ioctl::libc::ip_mreq
[−]
[src]
pub struct ip_mreq {
pub imr_multiaddr: in_addr,
pub imr_interface: in_addr,
}Fields
imr_multiaddr | |
imr_interface |
pub struct ip_mreq {
pub imr_multiaddr: in_addr,
pub imr_interface: in_addr,
}imr_multiaddr | |
imr_interface |
impl Clone for ip_mreqfn clone(&self) -> ip_mreqfn clone_from(&mut self, source: &Self)impl Copy for ip_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)