Struct mariadb_sys::pthread_rwlock_t 
source · #[repr(C)]pub struct pthread_rwlock_t {
    pub __data: __BindgenUnionField<__pthread_rwlock_arch_t>,
    pub __size: __BindgenUnionField<[c_char; 56]>,
    pub __align: __BindgenUnionField<c_long>,
    pub bindgen_union_field: [u64; 7],
}Fields§
§__data: __BindgenUnionField<__pthread_rwlock_arch_t>§__size: __BindgenUnionField<[c_char; 56]>§__align: __BindgenUnionField<c_long>§bindgen_union_field: [u64; 7]Auto Trait Implementations§
impl RefUnwindSafe for pthread_rwlock_t
impl Send for pthread_rwlock_t
impl Sync for pthread_rwlock_t
impl Unpin for pthread_rwlock_t
impl UnwindSafe for pthread_rwlock_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more