Type Alias jvmtiAddrLocationMap

Source
pub type jvmtiAddrLocationMap = _jvmtiAddrLocationMap;

Aliased Type§

#[repr(C)]
pub struct jvmtiAddrLocationMap { pub start_address: *const c_void, pub location: i64, }

Fields§

§start_address: *const c_void§location: i64