Struct rbspy_ruby_structs::ruby_1_9_3_0::native_thread_data_struct [−][src]
#[repr(C)]pub struct native_thread_data_struct { pub signal_thread_list: *mut c_void, pub sleep_cond: rb_thread_cond_t, }
Fields
signal_thread_list: *mut c_voidsleep_cond: rb_thread_cond_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for native_thread_data_structimpl !Send for native_thread_data_structimpl !Sync for native_thread_data_structimpl Unpin for native_thread_data_structimpl UnwindSafe for native_thread_data_structBlanket Implementations
Mutably borrows from an owned value. Read more