Struct winapi::ws2tcpip::ip_mreq [] [src]

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 Debug for ip_mreq
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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