Struct julia_sys::ip_mreqn [] [src]

#[repr(C)]
pub struct ip_mreqn { pub imr_multiaddr: in_addr, pub imr_address: in_addr, pub imr_ifindex: c_int, }

Fields

Trait Implementations

impl Debug for ip_mreqn
[src]

[src]

Formats the value using the given formatter.

impl Copy for ip_mreqn
[src]

impl Clone for ip_mreqn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more