#[repr(C)]pub struct pthread_mutex_t___pthread_mutex_s {
pub __lock: i32,
pub __count: u32,
pub __owner: i32,
pub __nusers: u32,
pub __kind: i32,
pub __spins: i32,
pub __list: __pthread_internal_list,
}
Fields§
§__lock: i32
§__count: u32
§__owner: i32
§__nusers: u32
§__kind: i32
§__spins: i32
§__list: __pthread_internal_list
Trait Implementations§
source§impl Clone for pthread_mutex_t___pthread_mutex_s
impl Clone for pthread_mutex_t___pthread_mutex_s
source§fn clone(&self) -> pthread_mutex_t___pthread_mutex_s
fn clone(&self) -> pthread_mutex_t___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_t___pthread_mutex_s
Auto Trait Implementations§
impl RefUnwindSafe for pthread_mutex_t___pthread_mutex_s
impl !Send for pthread_mutex_t___pthread_mutex_s
impl !Sync for pthread_mutex_t___pthread_mutex_s
impl Unpin for pthread_mutex_t___pthread_mutex_s
impl UnwindSafe for pthread_mutex_t___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