#[repr(C)]pub struct jvmtiHeapReferenceInfoStackLocal {
pub thread_tag: jlong,
pub thread_id: jlong,
pub depth: jint,
pub method: jmethodID,
pub location: jlocation,
pub slot: jint,
}
Fields§
§thread_tag: jlong
§thread_id: jlong
§depth: jint
§method: jmethodID
§location: jlocation
§slot: jint
Trait Implementations§
impl Copy for jvmtiHeapReferenceInfoStackLocal
Auto Trait Implementations§
impl Freeze for jvmtiHeapReferenceInfoStackLocal
impl RefUnwindSafe for jvmtiHeapReferenceInfoStackLocal
impl !Send for jvmtiHeapReferenceInfoStackLocal
impl !Sync for jvmtiHeapReferenceInfoStackLocal
impl Unpin for jvmtiHeapReferenceInfoStackLocal
impl UnwindSafe for jvmtiHeapReferenceInfoStackLocal
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