Struct croaring_sys::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

Trait Implementations

impl Debug for pthread_rwlock_t__bindgen_ty_1
[src]

[src]

Formats the value using the given formatter.

impl Copy for pthread_rwlock_t__bindgen_ty_1
[src]

impl Clone for pthread_rwlock_t__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more