Struct rbspy_ruby_structs::ruby_3_1_3::rb_waiting_list
source · #[repr(C)]pub struct rb_waiting_list {
pub next: *mut rb_waiting_list,
pub thread: *mut rb_thread_struct,
pub fiber: *mut rb_fiber_struct,
}
Fields§
§next: *mut rb_waiting_list
§thread: *mut rb_thread_struct
§fiber: *mut rb_fiber_struct
Trait Implementations§
source§impl Clone for rb_waiting_list
impl Clone for rb_waiting_list
source§fn clone(&self) -> rb_waiting_list
fn clone(&self) -> rb_waiting_list
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