pub type jvmtiEventCompiledMethodUnload = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, method: jmethodID, code_addr: *const c_void)>;
Aliased Type§
enum jvmtiEventCompiledMethodUnload {
None,
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_, *mut _jmethodID, *const c_void)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_, *mut _jmethodID, *const c_void))
Some value of type T
.