Struct julia_sys::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

Trait Implementations

impl Debug for ip_mreq_source
[src]

[src]

Formats the value using the given formatter.

impl Copy for ip_mreq_source
[src]

impl Clone for ip_mreq_source
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more