#[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: jintTrait Implementations§
Source§impl Clone for jvmtiHeapReferenceInfoStackLocal
impl Clone for jvmtiHeapReferenceInfoStackLocal
Source§fn clone(&self) -> jvmtiHeapReferenceInfoStackLocal
fn clone(&self) -> jvmtiHeapReferenceInfoStackLocal
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 moreimpl 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 UnsafeUnpin 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