pub type jvmtiHeapReferenceInfoStackLocal = _jvmtiHeapReferenceInfoStackLocal;Aliased Type§
#[repr(C)]pub struct jvmtiHeapReferenceInfoStackLocal {
pub thread_tag: i32,
pub thread_id: i32,
pub depth: i32,
pub method: *mut _jmethodID,
pub location: i32,
pub slot: i32,
}Fields§
§thread_tag: i32§thread_id: i32§depth: i32§method: *mut _jmethodID§location: i32§slot: i32