pub struct JLineNumberEntry<'a> {
pub start_location: jlocation,
pub line_number: i32,
/* private fields */
}
Fields§
§start_location: jlocation
§line_number: i32
Trait Implementations§
Source§impl<'a> AutoDeallocateBuilder<'a, JLineNumberEntry<'a>> for MutAutoDeallocateObjectArrayBuilder<jvmtiLineNumberEntry>
impl<'a> AutoDeallocateBuilder<'a, JLineNumberEntry<'a>> for MutAutoDeallocateObjectArrayBuilder<jvmtiLineNumberEntry>
Source§impl<'a> Clone for JLineNumberEntry<'a>
impl<'a> Clone for JLineNumberEntry<'a>
Source§fn clone(&self) -> JLineNumberEntry<'a>
fn clone(&self) -> JLineNumberEntry<'a>
Returns a copy 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<'a> From<_jvmtiLineNumberEntry> for JLineNumberEntry<'a>
impl<'a> From<_jvmtiLineNumberEntry> for JLineNumberEntry<'a>
Source§fn from(info: jvmtiLineNumberEntry) -> Self
fn from(info: jvmtiLineNumberEntry) -> Self
Converts to this type from the input type.
Source§impl<'a> Deref for JLineNumberEntry<'a>
impl<'a> Deref for JLineNumberEntry<'a>
impl<'a> Copy for JLineNumberEntry<'a>
Auto Trait Implementations§
impl<'a> Freeze for JLineNumberEntry<'a>
impl<'a> RefUnwindSafe for JLineNumberEntry<'a>
impl<'a> Send for JLineNumberEntry<'a>
impl<'a> Sync for JLineNumberEntry<'a>
impl<'a> Unpin for JLineNumberEntry<'a>
impl<'a> UnwindSafe for JLineNumberEntry<'a>
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