#[repr(C)]pub struct jvmtiLineNumberEntry {
pub start_location: jlocation,
pub line_number: jint,
}
Fields§
§start_location: jlocation
§line_number: jint
Trait Implementations§
Source§impl Clone for jvmtiLineNumberEntry
impl Clone for jvmtiLineNumberEntry
Source§impl Default for jvmtiLineNumberEntry
impl Default for jvmtiLineNumberEntry
impl Copy for jvmtiLineNumberEntry
Auto Trait Implementations§
impl Freeze for jvmtiLineNumberEntry
impl RefUnwindSafe for jvmtiLineNumberEntry
impl Send for jvmtiLineNumberEntry
impl Sync for jvmtiLineNumberEntry
impl Unpin for jvmtiLineNumberEntry
impl UnwindSafe for jvmtiLineNumberEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more