#[repr(C)]pub struct __pthread_mutex_s {
pub __lock: i32,
pub __count: u32,
pub __owner: i32,
pub __kind: i32,
pub __nusers: u32,
pub __bindgen_anon_1: __pthread_mutex_s__bindgen_ty_1,
}
Fields§
§__lock: i32
§__count: u32
§__owner: i32
§__kind: i32
§__nusers: u32
§__bindgen_anon_1: __pthread_mutex_s__bindgen_ty_1
Trait Implementations§
Source§impl Clone for __pthread_mutex_s
impl Clone for __pthread_mutex_s
Source§fn clone(&self) -> __pthread_mutex_s
fn clone(&self) -> __pthread_mutex_s
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for __pthread_mutex_s
Auto Trait Implementations§
impl Freeze for __pthread_mutex_s
impl RefUnwindSafe for __pthread_mutex_s
impl !Send for __pthread_mutex_s
impl !Sync for __pthread_mutex_s
impl Unpin for __pthread_mutex_s
impl UnwindSafe for __pthread_mutex_s
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)