#[repr(C)]
pub union _jvmtiHeapReferenceInfo {
pub field: jvmtiHeapReferenceInfoField,
pub array: jvmtiHeapReferenceInfoArray,
pub constant_pool: jvmtiHeapReferenceInfoConstantPool,
pub stack_local: jvmtiHeapReferenceInfoStackLocal,
pub jni_local: jvmtiHeapReferenceInfoJniLocal,
pub other: jvmtiHeapReferenceInfoReserved,
/* private fields */
}
Fields§
§field: jvmtiHeapReferenceInfoField
§array: jvmtiHeapReferenceInfoArray
§constant_pool: jvmtiHeapReferenceInfoConstantPool
§stack_local: jvmtiHeapReferenceInfoStackLocal
§jni_local: jvmtiHeapReferenceInfoJniLocal
§other: jvmtiHeapReferenceInfoReserved
Trait Implementations§
Source§impl Clone for _jvmtiHeapReferenceInfo
impl Clone for _jvmtiHeapReferenceInfo
Source§fn clone(&self) -> _jvmtiHeapReferenceInfo
fn clone(&self) -> _jvmtiHeapReferenceInfo
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 _jvmtiHeapReferenceInfo
Auto Trait Implementations§
impl Freeze for _jvmtiHeapReferenceInfo
impl RefUnwindSafe for _jvmtiHeapReferenceInfo
impl !Send for _jvmtiHeapReferenceInfo
impl !Sync for _jvmtiHeapReferenceInfo
impl Unpin for _jvmtiHeapReferenceInfo
impl UnwindSafe for _jvmtiHeapReferenceInfo
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