Type Alias jvmtiHeapReferenceInfoJniLocal

Source
pub type jvmtiHeapReferenceInfoJniLocal = _jvmtiHeapReferenceInfoJniLocal;

Aliased Type§

struct jvmtiHeapReferenceInfoJniLocal {
    pub thread_tag: i64,
    pub thread_id: i64,
    pub depth: i32,
    pub method: *mut _jmethodID,
}

Fields§

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