Struct libresolv_sys::ip_mreqn
[−]
[src]
pub struct ip_mreqn {
pub imr_multiaddr: in_addr,
pub imr_address: in_addr,
pub imr_ifindex: c_int,
}Fields
imr_multiaddr: in_addr
imr_address: in_addr
imr_ifindex: c_int
Trait Implementations
impl Clone for ip_mreqn[src]
fn clone(&self) -> ip_mreqn
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