pub type jvmtiEventMethodExit = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, thread: jthread, method: jmethodID, was_popped_by_exception: jboolean, return_value: jvalue)>;
Aliased Type§
pub enum jvmtiEventMethodExit {
None,
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, *mut *const JNINativeInterface_, *mut _jobject, *mut _jmethodID, u8, jvalue)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, *mut *const JNINativeInterface_, *mut _jobject, *mut _jmethodID, u8, jvalue))
Some value of type T
.