Struct rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [−][src]
Fields
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
waiting_fd: c_int
passed_block: *const rb_block_t
passed_me: *const rb_method_entry_t
passed_ci: *mut rb_call_info_t
top_self: VALUE
top_wrapper: VALUE
base_block: *mut rb_block_t
root_lep: *mut VALUE
root_svar: VALUE
thread_id: rb_thread_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_queue_checked: c_int
pending_interrupt_mask_stack: VALUE
interrupt_flag: rb_atomic_t
interrupt_mask: c_ulong
interrupt_lock: rb_thread_lock_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
parse_in_eval: c_int
mild_compile_error: c_int
local_storage: *mut st_table
join_list: *mut rb_thread_list_t
first_proc: VALUE
first_args: VALUE
first_func: Option<unsafe extern "C" fn() -> VALUE>
machine_stack_start: *mut VALUE
machine_stack_end: *mut VALUE
machine_stack_maxsize: usize
machine_regs: jmp_buf
mark_stack_len: c_int
stat_insn_usage: VALUE
event_hooks: rb_hook_list_t
trace_arg: *mut rb_trace_arg_struct
fiber: VALUE
root_fiber: VALUE
root_jmpbuf: rb_jmpbuf_t
method_missing_reason: c_int
abort_on_exception: c_int
altstack: *mut c_void
running_time_us: c_ulong
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>,