Struct libresolv_sys::ip_msfilter [] [src]

#[repr(C)]
pub struct ip_msfilter { pub imsf_multiaddr: in_addr, pub imsf_interface: in_addr, pub imsf_fmode: uint32_t, pub imsf_numsrc: uint32_t, pub imsf_slist: [in_addr; 1], }

Fields

Trait Implementations

impl Copy for ip_msfilter
[src]

impl Clone for ip_msfilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ip_msfilter
[src]

Formats the value using the given formatter.

impl Default for ip_msfilter
[src]

Returns the "default value" for a type. Read more