Struct rbspy_ruby_structs::ruby_2_7_1::rb_thread_struct [−][src]
Fields
vmlt_node: list_node
self_: VALUE
vm: *mut rb_vm_t
ec: *mut rb_execution_context_t
last_status: VALUE
calling: *mut rb_calling_info
top_self: VALUE
top_wrapper: VALUE
thread_id: rb_nativethread_id_t
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
priority: i8
running_time_us: u32
native_thread_data: native_thread_data_t
blocking_region_buffer: *mut c_void
thgroup: VALUE
value: VALUE
pending_interrupt_queue: VALUE
pending_interrupt_mask_stack: VALUE
interrupt_lock: rb_nativethread_lock_t
unblock: rb_unblock_callback
locking_mutex: VALUE
keeping_mutexes: *mut rb_mutex_struct
join_list: *mut rb_thread_list_t
invoke_arg: rb_thread_struct__bindgen_ty_1
invoke_type: rb_thread_struct__bindgen_ty_2
stat_insn_usage: VALUE
root_fiber: *mut rb_fiber_t
root_jmpbuf: rb_jmpbuf_t
name: VALUE
Implementations
impl rb_thread_struct
[src]
pub fn status(&self) -> rb_thread_status
[src]
pub fn set_status(&mut self, val: rb_thread_status)
[src]
pub fn to_kill(&self) -> c_uint
[src]
pub fn set_to_kill(&mut self, val: c_uint)
[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 pending_interrupt_queue_checked(&self) -> c_uint
[src]
pub fn set_pending_interrupt_queue_checked(&mut self, val: c_uint)
[src]
pub fn new_bitfield_1(
status: rb_thread_status,
to_kill: c_uint,
abort_on_exception: c_uint,
report_on_exception: c_uint,
pending_interrupt_queue_checked: c_uint
) -> __BindgenBitfieldUnit<[u8; 1]>
[src]
status: rb_thread_status,
to_kill: c_uint,
abort_on_exception: c_uint,
report_on_exception: c_uint,
pending_interrupt_queue_checked: c_uint
) -> __BindgenBitfieldUnit<[u8; 1]>
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>,