#[repr(C)]
pub struct jvmtiEventCallbacks {
Show 35 fields pub VMInit: jvmtiEventVMInit, pub VMDeath: jvmtiEventVMDeath, pub ThreadStart: jvmtiEventThreadStart, pub ThreadEnd: jvmtiEventThreadEnd, pub ClassFileLoadHook: jvmtiEventClassFileLoadHook, pub ClassLoad: jvmtiEventClassLoad, pub ClassPrepare: jvmtiEventClassPrepare, pub VMStart: jvmtiEventVMStart, pub Exception: jvmtiEventException, pub ExceptionCatch: jvmtiEventExceptionCatch, pub SingleStep: jvmtiEventSingleStep, pub FramePop: jvmtiEventFramePop, pub Breakpoint: jvmtiEventBreakpoint, pub FieldAccess: jvmtiEventFieldAccess, pub FieldModification: jvmtiEventFieldModification, pub MethodEntry: jvmtiEventMethodEntry, pub MethodExit: jvmtiEventMethodExit, pub NativeMethodBind: jvmtiEventNativeMethodBind, pub CompiledMethodLoad: jvmtiEventCompiledMethodLoad, pub CompiledMethodUnload: jvmtiEventCompiledMethodUnload, pub DynamicCodeGenerated: jvmtiEventDynamicCodeGenerated, pub DataDumpRequest: jvmtiEventDataDumpRequest, pub reserved72: jvmtiEventReserved, pub MonitorWait: jvmtiEventMonitorWait, pub MonitorWaited: jvmtiEventMonitorWaited, pub MonitorContendedEnter: jvmtiEventMonitorContendedEnter, pub MonitorContendedEntered: jvmtiEventMonitorContendedEntered, pub reserved77: jvmtiEventReserved, pub reserved78: jvmtiEventReserved, pub reserved79: jvmtiEventReserved, pub ResourceExhausted: jvmtiEventResourceExhausted, pub GarbageCollectionStart: jvmtiEventGarbageCollectionStart, pub GarbageCollectionFinish: jvmtiEventGarbageCollectionFinish, pub ObjectFree: jvmtiEventObjectFree, pub VMObjectAlloc: jvmtiEventVMObjectAlloc,
}

Fields

VMInit: jvmtiEventVMInitVMDeath: jvmtiEventVMDeathThreadStart: jvmtiEventThreadStartThreadEnd: jvmtiEventThreadEndClassFileLoadHook: jvmtiEventClassFileLoadHookClassLoad: jvmtiEventClassLoadClassPrepare: jvmtiEventClassPrepareVMStart: jvmtiEventVMStartException: jvmtiEventExceptionExceptionCatch: jvmtiEventExceptionCatchSingleStep: jvmtiEventSingleStepFramePop: jvmtiEventFramePopBreakpoint: jvmtiEventBreakpointFieldAccess: jvmtiEventFieldAccessFieldModification: jvmtiEventFieldModificationMethodEntry: jvmtiEventMethodEntryMethodExit: jvmtiEventMethodExitNativeMethodBind: jvmtiEventNativeMethodBindCompiledMethodLoad: jvmtiEventCompiledMethodLoadCompiledMethodUnload: jvmtiEventCompiledMethodUnloadDynamicCodeGenerated: jvmtiEventDynamicCodeGeneratedDataDumpRequest: jvmtiEventDataDumpRequestreserved72: jvmtiEventReservedMonitorWait: jvmtiEventMonitorWaitMonitorWaited: jvmtiEventMonitorWaitedMonitorContendedEnter: jvmtiEventMonitorContendedEnterMonitorContendedEntered: jvmtiEventMonitorContendedEnteredreserved77: jvmtiEventReservedreserved78: jvmtiEventReservedreserved79: jvmtiEventReservedResourceExhausted: jvmtiEventResourceExhaustedGarbageCollectionStart: jvmtiEventGarbageCollectionStartGarbageCollectionFinish: jvmtiEventGarbageCollectionFinishObjectFree: jvmtiEventObjectFreeVMObjectAlloc: jvmtiEventVMObjectAlloc

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. 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.