Struct rbspy_ruby_structs::ruby_2_3_1::native_thread_data_struct
[−]
[src]
#[repr(C)]pub struct native_thread_data_struct { pub ubf_list: list_node, pub sleep_cond: rb_nativethread_cond_t, }
Fields
ubf_list: list_node
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