Type Alias jvmtiEventResourceExhausted

Source
pub type jvmtiEventResourceExhausted = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, flags: jint, reserved: *const c_void, description: *const c_char)>;

Aliased Type§

enum jvmtiEventResourceExhausted {
    None,
    Some(unsafe extern "C" fn(*mut *const jvmtiInterface_, *mut *const JNINativeInterface_, i32, *const c_void, *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *const jvmtiInterface_, *mut *const JNINativeInterface_, i32, *const c_void, *const i8))

Some value of type T.