Struct libresolv_sys::group_req [] [src]

pub struct group_req {
    pub gr_interface: uint32_t,
    pub gr_group: sockaddr_storage,
}

Fields

gr_interface: uint32_t gr_group: sockaddr_storage

Trait Implementations

impl Copy for group_req
[src]

impl Clone for group_req
[src]

fn clone(&self) -> Self

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

impl Default for group_req
[src]

fn default() -> Self

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