Type Alias jvmtiLineNumberEntry

Source
pub type jvmtiLineNumberEntry = _jvmtiLineNumberEntry;

Aliased Type§

#[repr(C)]
pub struct jvmtiLineNumberEntry { pub start_location: i64, pub line_number: i32, }

Fields§

§start_location: i64§line_number: i32