Struct rbspy_ruby_structs::ruby_2_1_2::rb_thread_cond_struct
[−]
[src]
#[repr(C)]pub struct rb_thread_cond_struct { pub cond: pthread_cond_t, pub clockid: clockid_t, }
Fields
cond: pthread_cond_t
clockid: clockid_t
Trait Implementations
impl Copy for rb_thread_cond_struct
[src]
impl Clone for rb_thread_cond_struct
[src]
fn clone(&self) -> rb_thread_cond_struct
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more