pub type jvmtiStackInfo = _jvmtiStackInfo;
Aliased Type§
#[repr(C)]pub struct jvmtiStackInfo {
pub thread: *mut _jobject,
pub state: i32,
pub frame_buffer: *mut _jvmtiFrameInfo,
pub frame_count: i32,
}
Fields§
§thread: *mut _jobject
§state: i32
§frame_buffer: *mut _jvmtiFrameInfo
§frame_count: i32