Type Alias jvmtiEventGarbageCollectionStart

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.