structstd.zig.Zir.Inst.AsyncCall[src]

Fields

node: i32
frame_buffer: Ref
result_ptr: Ref
fn_ptr: Ref
args: Ref

Source Code

Source code
pub const AsyncCall = struct {
    node: i32,
    frame_buffer: Ref,
    result_ptr: Ref,
    fn_ptr: Ref,
    args: Ref,
}