#[repr(C)]
pub struct rb_global_vm_lock_struct { pub acquired: c_ulong, pub lock: rb_nativethread_lock_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: rb_nativethread_lock_twaiting: c_ulongcond: rb_nativethread_cond_tswitch_cond: rb_nativethread_cond_tswitch_wait_cond: rb_nativethread_cond_tneed_yield: c_intwait_yield: c_int

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.