Struct rbspy_ruby_structs::ruby_2_7_1::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_1
cond: native_thread_data_struct__bindgen_ty_2
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