Union blkid_sys::pthread_cond_t[][src]

#[repr(C)]
pub union pthread_cond_t { pub __data: pthread_cond_t__bindgen_ty_1, pub __size: [c_char; 48], pub __align: c_longlong, // some fields omitted }

Fields

Trait Implementations

impl Copy for pthread_cond_t
[src]

impl Clone for pthread_cond_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations