Struct browser_window_c::c__pthread_rwlock_arch_t [−][src]
#[repr(C)]pub struct c__pthread_rwlock_arch_t {
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
__readers: c_uint
__writers: c_uint
__wrphase_futex: c_uint
__writers_futex: c_uint
__pad3: c_uint
__pad4: c_uint
__cur_writer: c_int
__rwelision: c_schar
__pad1: [c_uchar; 7]
__pad2: c_ulong
__flags: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for c__pthread_rwlock_arch_t
impl Send for c__pthread_rwlock_arch_t
impl Sync for c__pthread_rwlock_arch_t
impl Unpin for c__pthread_rwlock_arch_t
impl UnwindSafe for c__pthread_rwlock_arch_t
Blanket Implementations
Mutably borrows from an owned value. Read more