Struct browser_window::prelude::c__pthread_cond_s [−]
#[repr(C)]pub struct c__pthread_cond_s {
pub __bindgen_anon_1: c__pthread_cond_s__bindgen_ty_1,
pub __bindgen_anon_2: c__pthread_cond_s__bindgen_ty_2,
pub __g_refs: [u32; 2],
pub __g_size: [u32; 2],
pub __g1_orig_size: u32,
pub __wrefs: u32,
pub __g_signals: [u32; 2],
}Fields
__bindgen_anon_1: c__pthread_cond_s__bindgen_ty_1__bindgen_anon_2: c__pthread_cond_s__bindgen_ty_2__g_refs: [u32; 2]__g_size: [u32; 2]__g1_orig_size: u32__wrefs: u32__g_signals: [u32; 2]Trait Implementations
impl Clone for c__pthread_cond_s
impl Clone for c__pthread_cond_s
pub fn clone(&self) -> c__pthread_cond_s
pub fn clone(&self) -> c__pthread_cond_s
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Copy for c__pthread_cond_s
Auto Trait Implementations
impl RefUnwindSafe for c__pthread_cond_s
impl Send for c__pthread_cond_s
impl Sync for c__pthread_cond_s
impl Unpin for c__pthread_cond_s
impl UnwindSafe for c__pthread_cond_s
Blanket Implementations
Mutably borrows from an owned value. Read more