Type Alias jvmtiEventDynamicCodeGenerated

Source
pub type jvmtiEventDynamicCodeGenerated = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, name: *const c_char, address: *const c_void, length: jint)>;

Aliased Type§

pub enum jvmtiEventDynamicCodeGenerated {
    None,
    Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, *const i8, *const c_void, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.