pub type __darwin_pthread_mutexattr_t = _opaque_pthread_mutexattr_t;

Aliased Type§

struct __darwin_pthread_mutexattr_t {
    pub __sig: i64,
    pub __opaque: [i8; 8],
}

Fields§

§__sig: i64§__opaque: [i8; 8]

Trait Implementations§

source§

impl Clone for _opaque_pthread_mutexattr_t

source§

fn clone(&self) -> _opaque_pthread_mutexattr_t

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _opaque_pthread_mutexattr_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for _opaque_pthread_mutexattr_t