Type Alias jvmtiExtensionFunction

Source
pub type jvmtiExtensionFunction = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, ...) -> jvmtiError>;

Aliased Type§

pub enum jvmtiExtensionFunction {
    None,
    Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, ...) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, ...) -> u32)

Some value of type T.