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