pub type _jit_arch_frame_t = Struct__jit_arch_frame;Aliased Type§
#[repr(C)]pub struct _jit_arch_frame_t {
pub next_frame: *mut Struct__jit_arch_frame,
pub return_address: *mut c_void,
}Fields§
§next_frame: *mut Struct__jit_arch_frame§return_address: *mut c_void