Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ip_mreq
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ip_mreq
[src]

Auto Trait Implementations

impl Send for ip_mreq

impl Sync for ip_mreq