Struct libc::ip_mreq [] [src]

#[repr(C)]
pub struct ip_mreq { pub imr_multiaddr: in_addr, pub imr_interface: in_addr, }

Fields

Trait Implementations

impl Copy for ip_mreq
[src]

impl Clone for ip_mreq
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ip_mreq

impl Sync for ip_mreq