Struct rbspy_ruby_structs::ruby_2_1_2::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

Trait Implementations

impl Copy for native_thread_data_struct
[src]

impl Clone for native_thread_data_struct
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for native_thread_data_struct
[src]

[src]

Formats the value using the given formatter.