Struct rbspy_ruby_structs::ruby_3_2_1::rb_native_thread
source · #[repr(C)]pub struct rb_native_thread {
pub id: c_int,
pub thread_id: rb_nativethread_id_t,
pub tid: c_int,
pub running_thread: *mut rb_thread_struct,
pub cond: rb_native_thread__bindgen_ty_1,
pub altstack: *mut c_void,
}
Fields§
§id: c_int
§thread_id: rb_nativethread_id_t
§tid: c_int
§running_thread: *mut rb_thread_struct
§cond: rb_native_thread__bindgen_ty_1
§altstack: *mut c_void
Trait Implementations§
source§impl Clone for rb_native_thread
impl Clone for rb_native_thread
source§fn clone(&self) -> rb_native_thread
fn clone(&self) -> rb_native_thread
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