#[repr(C)]pub struct pthread_mutex_t {
pub __data: __BindgenUnionField<pthread_mutex_t___pthread_mutex_s>,
pub __size: __BindgenUnionField<[c_char; 40]>,
pub __align: __BindgenUnionField<c_long>,
pub bindgen_union_field: [u64; 5],
}Fields§
§__data: __BindgenUnionField<pthread_mutex_t___pthread_mutex_s>§__size: __BindgenUnionField<[c_char; 40]>§__align: __BindgenUnionField<c_long>§bindgen_union_field: [u64; 5]Trait Implementations§
Source§impl Clone for pthread_mutex_t
impl Clone for pthread_mutex_t
impl Copy for pthread_mutex_t
Auto Trait Implementations§
impl Freeze for pthread_mutex_t
impl RefUnwindSafe for pthread_mutex_t
impl !Send for pthread_mutex_t
impl !Sync for pthread_mutex_t
impl Unpin for pthread_mutex_t
impl UnwindSafe for pthread_mutex_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