Struct rbspy_ruby_structs::ruby_3_0_2::native_thread_data_struct [−][src]
#[repr(C)]pub struct native_thread_data_struct { pub node: native_thread_data_struct__bindgen_ty_1, pub cond: native_thread_data_struct__bindgen_ty_2, }
Fields
node: native_thread_data_struct__bindgen_ty_1cond: native_thread_data_struct__bindgen_ty_2Trait 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