Union phper_sys::pthread_attr_t [−][src]
#[repr(C)]
pub union pthread_attr_t {
pub __size: [c_char; 36],
pub __align: c_long,
// some fields omitted
}Fields
__size: [c_char; 36]__align: c_longTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for pthread_attr_timpl Send for pthread_attr_timpl Sync for pthread_attr_timpl Unpin for pthread_attr_timpl UnwindSafe for pthread_attr_tBlanket Implementations
Mutably borrows from an owned value. Read more