Type Alias jvmtiObjectReferenceCallback

Source
pub type jvmtiObjectReferenceCallback = Option<unsafe extern "C" fn(reference_kind: jvmtiObjectReferenceKind, class_tag: jlong, size: jlong, tag_ptr: *mut jlong, referrer_tag: jlong, referrer_index: jint, user_data: *mut c_void) -> jvmtiIterationControl>;

Aliased Type§

pub enum jvmtiObjectReferenceCallback {
    None,
    Some(unsafe extern "C" fn(u32, i64, i64, *mut i64, i64, 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 c_void) -> u32)

Some value of type T.