Struct libresolv_sys::_ns_flagdata [] [src]

pub struct _ns_flagdata {
    pub mask: c_int,
    pub shift: c_int,
}

Fields

mask: c_int shift: c_int

Trait Implementations

impl Clone for _ns_flagdata
[src]

fn clone(&self) -> _ns_flagdata

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 Copy for _ns_flagdata
[src]

impl Debug for _ns_flagdata
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for _ns_flagdata
[src]

fn default() -> Self

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