Struct rbspy_ruby_structs::ruby_2_1_3::native_thread_data_struct
[−]
[src]
#[repr(C)]pub struct native_thread_data_struct { pub signal_thread_list: *mut c_void, pub sleep_cond: rb_nativethread_cond_t, }
Fields
signal_thread_list: *mut c_void
sleep_cond: rb_nativethread_cond_t
Trait Implementations
impl Copy for native_thread_data_struct
[src]
impl Clone for native_thread_data_struct
[src]
fn clone(&self) -> native_thread_data_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