Struct rb_sys::bindings::__pthread_cond_s
source · #[repr(C)]pub struct __pthread_cond_s {
pub __wseq: __atomic_wide_counter,
pub __g1_start: __atomic_wide_counter,
pub __g_refs: [c_uint; 2],
pub __g_size: [c_uint; 2],
pub __g1_orig_size: c_uint,
pub __wrefs: c_uint,
pub __g_signals: [c_uint; 2],
}Expand description
Generated by rb-sys for Ruby 3.0.0
Fields§
§__wseq: __atomic_wide_counterGenerated by rb-sys for Ruby 3.0.0
__g1_start: __atomic_wide_counterGenerated by rb-sys for Ruby 3.0.0
__g_refs: [c_uint; 2]Generated by rb-sys for Ruby 3.0.0
__g_size: [c_uint; 2]Generated by rb-sys for Ruby 3.0.0
__g1_orig_size: c_uintGenerated by rb-sys for Ruby 3.0.0
__wrefs: c_uintGenerated by rb-sys for Ruby 3.0.0
__g_signals: [c_uint; 2]Generated by rb-sys for Ruby 3.0.0
Trait Implementations§
source§impl Clone for __pthread_cond_s
impl Clone for __pthread_cond_s
source§fn clone(&self) -> __pthread_cond_s
fn clone(&self) -> __pthread_cond_s
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more