Struct jl_sys::_jl_task_t[][src]

#[repr(C)]
#[repr(align(16))]
pub struct _jl_task_t {
Show 28 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 rngState0: u64, pub rngState1: u64, pub rngState2: u64, pub rngState3: u64, pub _state: u8, pub sticky: u8, pub _isexception: u8, pub tid: u16, pub prio: i16, pub gcstack: *mut jl_gcframe_t, pub world_age: usize, pub ptls: *mut jl_tls_states_t, pub excstack: *mut jl_excstack_t, pub eh: *mut jl_handler_t, pub __bindgen_padding_0: u64, pub __bindgen_anon_1: _jl_task_t__bindgen_ty_1, pub stkbuf: *mut c_void, pub bufsz: usize, pub _bitfield_align_1: [u32; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>, pub __bindgen_padding_1: [u32; 3],
}

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_trngState0: u64rngState1: u64rngState2: u64rngState3: u64_state: u8sticky: u8_isexception: u8tid: u16prio: i16gcstack: *mut jl_gcframe_tworld_age: usizeptls: *mut jl_tls_states_texcstack: *mut jl_excstack_teh: *mut jl_handler_t__bindgen_padding_0: u64__bindgen_anon_1: _jl_task_t__bindgen_ty_1stkbuf: *mut c_voidbufsz: usize_bitfield_align_1: [u32; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>__bindgen_padding_1: [u32; 3]

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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)

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.