Struct rbspy_ruby_structs::ruby_2_5_6::rb_thread_struct [−][src]
Fields
vmlt_node: list_nodeself_: VALUEvm: *mut rb_vm_tec: *mut rb_execution_context_tlast_status: VALUEcalling: *mut rb_calling_infotop_self: VALUEtop_wrapper: VALUEthread_id: rb_nativethread_id_tstatus: rb_thread_statusto_kill: c_intpriority: c_intnative_thread_data: native_thread_data_tblocking_region_buffer: *mut c_voidthgroup: VALUEvalue: VALUEpending_interrupt_queue: VALUEpending_interrupt_mask_stack: VALUEpending_interrupt_queue_checked: c_intinterrupt_lock: rb_nativethread_lock_tunblock: rb_unblock_callbacklocking_mutex: VALUEkeeping_mutexes: *mut rb_mutex_structjoin_list: *mut rb_thread_list_tfirst_proc: VALUEfirst_args: VALUEfirst_func: Option<unsafe extern "C" fn() -> VALUE>stat_insn_usage: VALUEroot_fiber: *mut rb_fiber_troot_jmpbuf: rb_jmpbuf_t_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>altstack: *mut c_voidrunning_time_us: u32name: VALUEImplementations
impl rb_thread_struct[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(
abort_on_exception: c_uint,
report_on_exception: c_uint
) -> __BindgenBitfieldUnit<[u8; 1]>[src]
abort_on_exception: c_uint,
report_on_exception: 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>,