Type Alias jvmtiEventObjectFree

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

Aliased Type§

pub enum jvmtiEventObjectFree {
    None,
    Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, i64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.