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