Struct libresolv_sys::group_filter [] [src]

#[repr(C)]
pub struct group_filter { pub gf_interface: uint32_t, pub gf_group: sockaddr_storage, pub gf_fmode: uint32_t, pub gf_numsrc: uint32_t, pub gf_slist: [sockaddr_storage; 1], }

Fields

Trait Implementations

impl Copy for group_filter
[src]

impl Clone for group_filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for group_filter
[src]

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