Type Alias jvmtiStackReferenceCallback

Source
pub type jvmtiStackReferenceCallback = Option<unsafe extern "C" fn(root_kind: jvmtiHeapRootKind, class_tag: jlong, size: jlong, tag_ptr: *mut jlong, thread_tag: jlong, depth: jint, method: jmethodID, slot: jint, user_data: *mut c_void) -> jvmtiIterationControl>;

Aliased Type§

pub enum jvmtiStackReferenceCallback {
    None,
    Some(unsafe extern "C" fn(u32, i64, i64, *mut i64, i64, i32, *mut _jmethodID, i32, *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, i64, i64, *mut i64, i64, i32, *mut _jmethodID, i32, *mut c_void) -> u32)

Some value of type T.