Type Alias PCStackInfo

Source
pub type PCStackInfo = _PCStackInfo;

Aliased Type§

struct PCStackInfo {
    pub pc: *mut c_void,
    pub numstackframes: i32,
    pub methods: *mut *mut _jmethodID,
    pub bcis: *mut i32,
}

Fields§

§pc: *mut c_void§numstackframes: i32§methods: *mut *mut _jmethodID§bcis: *mut i32