Struct libc::ip_mreq_source 
source · #[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_addr§imr_interface: in_addr§imr_sourceaddr: in_addrTrait Implementations§
source§impl Clone for ip_mreq_source
 
impl Clone for ip_mreq_source
source§fn clone(&self) -> ip_mreq_source
 
fn clone(&self) -> ip_mreq_source
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more