#[repr(C)]
pub enum jvmtiHeapReferenceKind {
Show 17 variants JVMTI_HEAP_REFERENCE_CLASS, JVMTI_HEAP_REFERENCE_FIELD, JVMTI_HEAP_REFERENCE_ARRAY_ELEMENT, JVMTI_HEAP_REFERENCE_CLASS_LOADER, JVMTI_HEAP_REFERENCE_SIGNERS, JVMTI_HEAP_REFERENCE_PROTECTION_DOMAIN, JVMTI_HEAP_REFERENCE_INTERFACE, JVMTI_HEAP_REFERENCE_STATIC_FIELD, JVMTI_HEAP_REFERENCE_CONSTANT_POOL, JVMTI_HEAP_REFERENCE_SUPERCLASS, JVMTI_HEAP_REFERENCE_JNI_GLOBAL, JVMTI_HEAP_REFERENCE_SYSTEM_CLASS, JVMTI_HEAP_REFERENCE_MONITOR, JVMTI_HEAP_REFERENCE_STACK_LOCAL, JVMTI_HEAP_REFERENCE_JNI_LOCAL, JVMTI_HEAP_REFERENCE_THREAD, JVMTI_HEAP_REFERENCE_OTHER,
}

Variants

JVMTI_HEAP_REFERENCE_CLASS

JVMTI_HEAP_REFERENCE_FIELD

JVMTI_HEAP_REFERENCE_ARRAY_ELEMENT

JVMTI_HEAP_REFERENCE_CLASS_LOADER

JVMTI_HEAP_REFERENCE_SIGNERS

JVMTI_HEAP_REFERENCE_PROTECTION_DOMAIN

JVMTI_HEAP_REFERENCE_INTERFACE

JVMTI_HEAP_REFERENCE_STATIC_FIELD

JVMTI_HEAP_REFERENCE_CONSTANT_POOL

JVMTI_HEAP_REFERENCE_SUPERCLASS

JVMTI_HEAP_REFERENCE_JNI_GLOBAL

JVMTI_HEAP_REFERENCE_SYSTEM_CLASS

JVMTI_HEAP_REFERENCE_MONITOR

JVMTI_HEAP_REFERENCE_STACK_LOCAL

JVMTI_HEAP_REFERENCE_JNI_LOCAL

JVMTI_HEAP_REFERENCE_THREAD

JVMTI_HEAP_REFERENCE_OTHER

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.