Struct rbspy_ruby_structs::ruby_2_1_8::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
Auto Trait Implementations
impl RefUnwindSafe for native_thread_data_struct
impl !Send for native_thread_data_struct
impl !Sync for native_thread_data_struct
impl Unpin for native_thread_data_struct
impl UnwindSafe for native_thread_data_struct
Blanket Implementations
Mutably borrows from an owned value. Read more