Struct blkid_sys::_bindgen_ty_4___pthread_mutex_s [] [src]

#[repr(C)]
pub struct _bindgen_ty_4___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

Trait Implementations

impl Debug for _bindgen_ty_4___pthread_mutex_s
[src]

Formats the value using the given formatter.

impl Copy for _bindgen_ty_4___pthread_mutex_s
[src]

impl Clone for _bindgen_ty_4___pthread_mutex_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more