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