Union phper_sys::pthread_mutex_t [−][src]
#[repr(C)]
pub union pthread_mutex_t {
pub __data: __pthread_mutex_s,
pub __size: [c_char; 24],
pub __align: c_long,
// some fields omitted
}Fields
__data: __pthread_mutex_s__size: [c_char; 24]__align: c_longTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for pthread_mutex_timpl !Send for pthread_mutex_timpl !Sync for pthread_mutex_timpl Unpin for pthread_mutex_timpl UnwindSafe for pthread_mutex_tBlanket Implementations
Mutably borrows from an owned value. Read more