Struct rbspy_ruby_structs::ruby_2_4_4::rb_thread_struct [−][src]
Fields
vmlt_node: list_node
self_: VALUE
vm: *mut rb_vm_t
stack: *mut VALUE
stack_size: usize
cfp: *mut rb_control_frame_t
safe_level: c_int
raised_flag: c_int
last_status: VALUE
state: c_int
passed_block_handler: VALUE
passed_bmethod_me: *const rb_callable_method_entry_t
calling: *mut rb_calling_info
top_self: VALUE
top_wrapper: VALUE
root_lep: *const VALUE
root_svar: VALUE
thread_id: rb_nativethread_id_t
status: rb_thread_status
to_kill: c_int
priority: c_int
native_thread_data: native_thread_data_t
blocking_region_buffer: *mut c_void
thgroup: VALUE
value: VALUE
errinfo: VALUE
pending_interrupt_queue: VALUE
pending_interrupt_mask_stack: VALUE
pending_interrupt_queue_checked: c_int
interrupt_flag: rb_atomic_t
interrupt_mask: c_ulong
interrupt_lock: rb_nativethread_lock_t
interrupt_cond: rb_nativethread_cond_t
unblock: rb_unblock_callback
locking_mutex: VALUE
keeping_mutexes: *mut rb_mutex_struct
tag: *mut rb_vm_tag
protect_tag: *mut rb_vm_protect_tag
local_storage: *mut st_table
local_storage_recursive_hash: VALUE
local_storage_recursive_hash_for_trace: VALUE
join_list: *mut rb_thread_list_t
first_proc: VALUE
first_args: VALUE
first_func: Option<unsafe extern "C" fn() -> VALUE>
machine: rb_thread_struct__bindgen_ty_1
stat_insn_usage: VALUE
event_hooks: rb_hook_list_t
trace_arg: *mut rb_trace_arg_struct
fiber: *mut rb_fiber_t
root_fiber: *mut rb_fiber_t
root_jmpbuf: rb_jmpbuf_t
ensure_list: *mut rb_ensure_list_t
_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>
altstack: *mut c_void
running_time_us: c_ulong
name: VALUE
Implementations
impl rb_thread_struct
[src]
pub fn method_missing_reason(&self) -> method_missing_reason
[src]
pub fn set_method_missing_reason(&mut self, val: method_missing_reason)
[src]
pub fn abort_on_exception(&self) -> c_uint
[src]
pub fn set_abort_on_exception(&mut self, val: c_uint)
[src]
pub fn report_on_exception(&self) -> c_uint
[src]
pub fn set_report_on_exception(&mut self, val: c_uint)
[src]
pub fn new_bitfield_1(
method_missing_reason: method_missing_reason,
abort_on_exception: c_uint,
report_on_exception: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>
[src]
method_missing_reason: method_missing_reason,
abort_on_exception: c_uint,
report_on_exception: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>
Trait Implementations
impl Clone for rb_thread_struct
[src]
fn clone(&self) -> rb_thread_struct
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for rb_thread_struct
[src]
impl Debug for rb_thread_struct
[src]
Auto Trait Implementations
impl RefUnwindSafe for rb_thread_struct
impl !Send for rb_thread_struct
impl !Sync for rb_thread_struct
impl Unpin for rb_thread_struct
impl UnwindSafe for rb_thread_struct
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,