Struct torch::pthread_rwlock_t [] [src]

#[repr(C)]
pub struct pthread_rwlock_t { pub __data: __BindgenUnionField<pthread_rwlock_t__bindgen_ty_1>, pub __size: __BindgenUnionField<[c_char; 56]>, pub __align: __BindgenUnionField<c_long>, pub bindgen_union_field: [u64; 7], }

Fields

Trait Implementations

impl Copy for pthread_rwlock_t
[src]

impl Clone for pthread_rwlock_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more