Type Alias jvmtiHeapReferenceInfoStackLocal

Source
pub type jvmtiHeapReferenceInfoStackLocal = _jvmtiHeapReferenceInfoStackLocal;

Aliased Type§

#[repr(C)]
pub struct jvmtiHeapReferenceInfoStackLocal { pub thread_tag: i64, pub thread_id: i64, pub depth: i32, pub method: *mut _jmethodID, pub location: i64, pub slot: i32, }

Fields§

§thread_tag: i64§thread_id: i64§depth: i32§method: *mut _jmethodID§location: i64§slot: i32