Struct gravity::pthread_rwlock_t__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct pthread_rwlock_t__bindgen_ty_1 { pub __readers: c_uint, pub __writers: c_uint, pub __wrphase_futex: c_uint, pub __writers_futex: c_uint, pub __pad3: c_uint, pub __pad4: c_uint, pub __cur_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]

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more