#[repr(C)]pub struct jvmtiLineNumberEntry {
pub start_location: jlocation,
pub line_number: jint,
}Fields§
§start_location: jlocation§line_number: jintTrait 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 UnsafeUnpin 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