jit_opcode_info_t

Type Alias jit_opcode_info_t 

Source
pub type jit_opcode_info_t = jit_opcode_info;

Aliased Type§

#[repr(C)]
pub struct jit_opcode_info_t { pub name: *const i8, pub flags: i32, }

Fields§

§name: *const i8§flags: i32