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