#[repr(C)]pub struct _opaque_pthread_mutex_t {
pub __sig: c_long,
pub __opaque: [c_char; 56],
}
Fields§
§__sig: c_long
§__opaque: [c_char; 56]
Trait Implementations§
source§impl Clone for _opaque_pthread_mutex_t
impl Clone for _opaque_pthread_mutex_t
source§fn clone(&self) -> _opaque_pthread_mutex_t
fn clone(&self) -> _opaque_pthread_mutex_t
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 more