pub type jvmtiFrameInfo = _jvmtiFrameInfo;Aliased Type§
#[repr(C)]pub struct jvmtiFrameInfo {
pub method: *mut _jmethodID,
pub location: i64,
}Fields§
§method: *mut _jmethodID§location: i64pub type jvmtiFrameInfo = _jvmtiFrameInfo;#[repr(C)]pub struct jvmtiFrameInfo {
pub method: *mut _jmethodID,
pub location: i64,
}method: *mut _jmethodID§location: i64