Union browser_window_core::prelude::cpthread_cond_t [−][src]
#[repr(C)]
pub union cpthread_cond_t {
pub __data: c__pthread_cond_s,
pub __size: [i8; 48],
pub __align: i64,
// some fields omitted
}
Fields
__data: c__pthread_cond_s
__size: [i8; 48]
__align: i64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cpthread_cond_t
impl Send for cpthread_cond_t
impl Sync for cpthread_cond_t
impl Unpin for cpthread_cond_t
impl UnwindSafe for cpthread_cond_t
Blanket Implementations
Mutably borrows from an owned value. Read more