#[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§
source§impl Clone for native_thread_data_struct
impl Clone for native_thread_data_struct
source§fn clone(&self) -> native_thread_data_struct
fn clone(&self) -> native_thread_data_struct
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