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