#[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§
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 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