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