Type Alias jvmtiEventFieldModification

Source
pub type jvmtiEventFieldModification = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, thread: jthread, method: jmethodID, location: jlocation, field_klass: jclass, object: jobject, field: jfieldID, signature_type: c_char, new_value: jvalue)>;

Aliased Type§

pub enum jvmtiEventFieldModification {
    None,
    Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, *mut *const JNINativeInterface_, *mut _jobject, *mut _jmethodID, i64, *mut _jobject, *mut _jobject, *mut _jfieldID, i8, jvalue)),
}

Variants§