Struct darknet::ffi::pthread_rwlock_t__bindgen_ty_1
[−]
[src]
#[repr(C)]pub struct pthread_rwlock_t__bindgen_ty_1 { 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_schar, 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_schar
__pad1: [c_uchar; 7]
__pad2: c_ulong
__flags: c_uint
Trait Implementations
impl Debug for pthread_rwlock_t__bindgen_ty_1
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for pthread_rwlock_t__bindgen_ty_1
[src]
impl Clone for pthread_rwlock_t__bindgen_ty_1
[src]
fn clone(&self) -> pthread_rwlock_t__bindgen_ty_1
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more