Type Alias jvmtiExtensionEvent

Source
pub type jvmtiExtensionEvent = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, ...)>;

Aliased Type§

enum jvmtiExtensionEvent {
    None,
    Some(unsafe extern "C" fn(*mut *const jvmtiInterface_, ...)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.