Union browser_window::prelude::cpthread_cond_t [−]
#[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
impl Clone for cpthread_cond_t
impl Clone for cpthread_cond_t
pub fn clone(&self) -> cpthread_cond_t
pub fn clone(&self) -> cpthread_cond_t
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Copy for cpthread_cond_t
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