Union uugear_ffi::pthread_rwlock_t[][src]

#[repr(C)]
pub union pthread_rwlock_t { pub __data: pthread_rwlock_t__bindgen_ty_1, pub __size: [c_char; 56], pub __align: c_long, // some fields omitted }

Fields

Trait Implementations

impl Copy for pthread_rwlock_t
[src]

impl Clone for pthread_rwlock_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations