Struct libresolv_sys::Struct_Unnamed2
[−]
[src]
pub struct Struct_Unnamed2 { pub __lock: c_int, pub __nr_readers: c_uint, pub __readers_wakeup: c_uint, pub __writer_wakeup: c_uint, pub __nr_readers_queued: c_uint, pub __nr_writers_queued: c_uint, pub __writer: c_int, pub __shared: c_int, pub __rwelision: c_char, pub __pad1: [c_uchar; 7], pub __pad2: c_ulong, pub __flags: c_uint, }
Fields
__lock: c_int
__nr_readers: c_uint
__readers_wakeup: c_uint
__writer_wakeup: c_uint
__nr_readers_queued: c_uint
__nr_writers_queued: c_uint
__writer: c_int
__rwelision: c_char
__pad1: [c_uchar; 7]
__pad2: c_ulong
__flags: c_uint
Trait Implementations
impl Clone for Struct_Unnamed2
[src]
fn clone(&self) -> Struct_Unnamed2
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