pub struct JHeapReferenceInfoStackLocal<'a> {
pub thread_tag: jlong,
pub thread_id: jlong,
pub depth: jint,
pub method: JMethodID<'a>,
pub location: jlocation,
pub slot: jint,
/* private fields */
}
Fields§
§thread_tag: jlong
§thread_id: jlong
§depth: jint
§method: JMethodID<'a>
§location: jlocation
§slot: jint
Trait Implementations§
Source§impl<'a> Debug for JHeapReferenceInfoStackLocal<'a>
impl<'a> Debug for JHeapReferenceInfoStackLocal<'a>
Source§impl<'a> From<_jvmtiHeapReferenceInfoStackLocal> for JHeapReferenceInfoStackLocal<'a>
impl<'a> From<_jvmtiHeapReferenceInfoStackLocal> for JHeapReferenceInfoStackLocal<'a>
Source§fn from(info: jvmtiHeapReferenceInfoStackLocal) -> Self
fn from(info: jvmtiHeapReferenceInfoStackLocal) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for JHeapReferenceInfoStackLocal<'a>
impl<'a> RefUnwindSafe for JHeapReferenceInfoStackLocal<'a>
impl<'a> !Send for JHeapReferenceInfoStackLocal<'a>
impl<'a> !Sync for JHeapReferenceInfoStackLocal<'a>
impl<'a> Unpin for JHeapReferenceInfoStackLocal<'a>
impl<'a> UnwindSafe for JHeapReferenceInfoStackLocal<'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