#[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§fn clone(&self) -> _jvmtiLineNumberEntry
fn clone(&self) -> _jvmtiLineNumberEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _jvmtiLineNumberEntry
impl Debug 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