Struct jl_sys::_jl_task_t[][src]

#[repr(C)]
pub struct _jl_task_t {
Show fields pub next: *mut jl_value_t, pub queue: *mut jl_value_t, pub tls: *mut jl_value_t, pub donenotify: *mut jl_value_t, pub result: *mut jl_value_t, pub logstate: *mut jl_value_t, pub start: *mut jl_function_t, pub _state: u8, pub sticky: u8, pub _isexception: u8, pub tid: i16, pub prio: i16, pub excstack: *mut jl_excstack_t, pub eh: *mut jl_handler_t, pub ctx: jl_ucontext_t, pub stkbuf: *mut c_void, pub bufsz: usize, pub _bitfield_align_1: [u32; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>, pub gcstack: *mut jl_gcframe_t,
}

Fields

next: *mut jl_value_tqueue: *mut jl_value_ttls: *mut jl_value_tdonenotify: *mut jl_value_tresult: *mut jl_value_tlogstate: *mut jl_value_tstart: *mut jl_function_t_state: u8sticky: u8_isexception: u8tid: i16prio: i16excstack: *mut jl_excstack_teh: *mut jl_handler_tctx: jl_ucontext_tstkbuf: *mut c_voidbufsz: usize_bitfield_align_1: [u32; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>gcstack: *mut jl_gcframe_t

Implementations

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.