#[repr(C)]pub struct jvmtiHeapReferenceInfoStackLocal {
pub thread_tag: i64,
pub thread_id: i64,
pub depth: i32,
pub method: *mut _jmethodID,
pub location: i64,
pub slot: i32,
}Fields§
§thread_tag: i64§thread_id: i64§depth: i32§method: *mut _jmethodID§location: i64§slot: i32Trait 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 moreSource§impl Default for jvmtiHeapReferenceInfoStackLocal
impl Default for jvmtiHeapReferenceInfoStackLocal
Source§fn default() -> jvmtiHeapReferenceInfoStackLocal
fn default() -> jvmtiHeapReferenceInfoStackLocal
Returns the “default value” for a type. Read more
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