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