Type Alias jvmtiEventMonitorWaited

Source
pub type jvmtiEventMonitorWaited = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, thread: jthread, object: jobject, timed_out: jboolean)>;

Aliased Type§

enum jvmtiEventMonitorWaited {
    None,
    Some(unsafe extern "C" fn(*mut *const jvmtiInterface_, *mut *const JNINativeInterface_, *mut _jobject, *mut _jobject, u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *const jvmtiInterface_, *mut *const JNINativeInterface_, *mut _jobject, *mut _jobject, u8))

Some value of type T.