#[repr(C)]
pub enum jvmtiEvent {
Show 31 variants JVMTI_EVENT_VM_INIT, JVMTI_EVENT_VM_DEATH, JVMTI_EVENT_THREAD_START, JVMTI_EVENT_THREAD_END, JVMTI_EVENT_CLASS_FILE_LOAD_HOOK, JVMTI_EVENT_CLASS_LOAD, JVMTI_EVENT_CLASS_PREPARE, JVMTI_EVENT_VM_START, JVMTI_EVENT_EXCEPTION, JVMTI_EVENT_EXCEPTION_CATCH, JVMTI_EVENT_SINGLE_STEP, JVMTI_EVENT_FRAME_POP, JVMTI_EVENT_BREAKPOINT, JVMTI_EVENT_FIELD_ACCESS, JVMTI_EVENT_FIELD_MODIFICATION, JVMTI_EVENT_METHOD_ENTRY, JVMTI_EVENT_METHOD_EXIT, JVMTI_EVENT_NATIVE_METHOD_BIND, JVMTI_EVENT_COMPILED_METHOD_LOAD, JVMTI_EVENT_COMPILED_METHOD_UNLOAD, JVMTI_EVENT_DYNAMIC_CODE_GENERATED, JVMTI_EVENT_DATA_DUMP_REQUEST, JVMTI_EVENT_MONITOR_WAIT, JVMTI_EVENT_MONITOR_WAITED, JVMTI_EVENT_MONITOR_CONTENDED_ENTER, JVMTI_EVENT_MONITOR_CONTENDED_ENTERED, JVMTI_EVENT_RESOURCE_EXHAUSTED, JVMTI_EVENT_GARBAGE_COLLECTION_START, JVMTI_EVENT_GARBAGE_COLLECTION_FINISH, JVMTI_EVENT_OBJECT_FREE, JVMTI_EVENT_VM_OBJECT_ALLOC,
}

Variants

JVMTI_EVENT_VM_INIT

JVMTI_EVENT_VM_DEATH

JVMTI_EVENT_THREAD_START

JVMTI_EVENT_THREAD_END

JVMTI_EVENT_CLASS_FILE_LOAD_HOOK

JVMTI_EVENT_CLASS_LOAD

JVMTI_EVENT_CLASS_PREPARE

JVMTI_EVENT_VM_START

JVMTI_EVENT_EXCEPTION

JVMTI_EVENT_EXCEPTION_CATCH

JVMTI_EVENT_SINGLE_STEP

JVMTI_EVENT_FRAME_POP

JVMTI_EVENT_BREAKPOINT

JVMTI_EVENT_FIELD_ACCESS

JVMTI_EVENT_FIELD_MODIFICATION

JVMTI_EVENT_METHOD_ENTRY

JVMTI_EVENT_METHOD_EXIT

JVMTI_EVENT_NATIVE_METHOD_BIND

JVMTI_EVENT_COMPILED_METHOD_LOAD

JVMTI_EVENT_COMPILED_METHOD_UNLOAD

JVMTI_EVENT_DYNAMIC_CODE_GENERATED

JVMTI_EVENT_DATA_DUMP_REQUEST

JVMTI_EVENT_MONITOR_WAIT

JVMTI_EVENT_MONITOR_WAITED

JVMTI_EVENT_MONITOR_CONTENDED_ENTER

JVMTI_EVENT_MONITOR_CONTENDED_ENTERED

JVMTI_EVENT_RESOURCE_EXHAUSTED

JVMTI_EVENT_GARBAGE_COLLECTION_START

JVMTI_EVENT_GARBAGE_COLLECTION_FINISH

JVMTI_EVENT_OBJECT_FREE

JVMTI_EVENT_VM_OBJECT_ALLOC

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.