Type Alias jvmtiEventCompiledMethodUnload

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *const jvmtiInterface_, *mut _jmethodID, *const c_void))

Some value of type T.