Type Alias jvmtiEventClassLoad

Source
pub type jvmtiEventClassLoad = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, thread: jthread, klass: jclass)>;

Aliased Type§

pub enum jvmtiEventClassLoad {
    None,
    Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, *mut *const JNINativeInterface_, *mut _jobject, *mut _jobject)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.