Struct binaryen::ffi::pthread_mutex_t___pthread_mutex_s[][src]

#[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: i16, pub __elision: i16, pub __list: __pthread_internal_list, }

Fields

Trait Implementations

impl Clone for pthread_mutex_t___pthread_mutex_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for pthread_mutex_t___pthread_mutex_s
[src]

Formats the value using the given formatter. Read more

impl Copy for pthread_mutex_t___pthread_mutex_s
[src]

Auto Trait Implementations