Struct libc::ip_mreq
[−]
[src]
#[repr(C)]pub struct ip_mreq { pub imr_multiaddr: in_addr, pub imr_interface: in_addr, }
Fields
imr_multiaddr: in_addr
imr_interface: in_addr
Trait Implementations
impl Copy for ip_mreq
[src]
impl Clone for ip_mreq
[src]
fn clone(&self) -> ip_mreq
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more