Struct binaryen::ffi::pthread_rwlock_t__bindgen_ty_1[][src]

#[repr(C)]
pub struct pthread_rwlock_t__bindgen_ty_1 { pub __lock: i32, pub __nr_readers: u32, pub __readers_wakeup: u32, pub __writer_wakeup: u32, pub __nr_readers_queued: u32, pub __nr_writers_queued: u32, pub __writer: i32, pub __shared: i32, pub __rwelision: i8, pub __pad1: [u8; 7], pub __pad2: u64, pub __flags: u32, }

Fields

Trait Implementations

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

impl Debug for pthread_rwlock_t__bindgen_ty_1
[src]

Formats the value using the given formatter. Read more

impl Copy for pthread_rwlock_t__bindgen_ty_1
[src]

Auto Trait Implementations