#[repr(C)]
pub struct __pthread_mutex_s { pub __lock: c_int, pub __count: c_uint, pub __owner: c_int, pub __nusers: c_uint, pub __kind: c_int, pub __spins: c_short, pub __elision: c_short, pub __list: __pthread_list_t, }

Fields

__lock: c_int__count: c_uint__owner: c_int__nusers: c_uint__kind: c_int__spins: c_short__elision: c_short__list: __pthread_list_t

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.