Struct rbspy_ruby_structs::ruby_2_1_2::rb_global_vm_lock_struct [−][src]
#[repr(C)]pub struct rb_global_vm_lock_struct { pub acquired: c_ulong, pub lock: pthread_mutex_t, pub waiting: c_ulong, pub cond: rb_nativethread_cond_t, pub switch_cond: rb_nativethread_cond_t, pub switch_wait_cond: rb_nativethread_cond_t, pub need_yield: c_int, pub wait_yield: c_int, }
Fields
acquired: c_ulonglock: pthread_mutex_twaiting: c_ulongcond: rb_nativethread_cond_tswitch_cond: rb_nativethread_cond_tswitch_wait_cond: rb_nativethread_cond_tneed_yield: c_intwait_yield: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_global_vm_lock_structimpl !Send for rb_global_vm_lock_structimpl !Sync for rb_global_vm_lock_structimpl Unpin for rb_global_vm_lock_structimpl UnwindSafe for rb_global_vm_lock_structBlanket Implementations
Mutably borrows from an owned value. Read more