b2TreeQueryCallbackFcn

Type Alias b2TreeQueryCallbackFcn 

Source
pub type b2TreeQueryCallbackFcn = Option<unsafe extern "C" fn(proxyId: c_int, userData: u64, context: *mut c_void) -> bool>;
Expand description

This function receives proxies found in the AABB query. @return true if the query should continue

Aliased Type§

pub enum b2TreeQueryCallbackFcn {
    None,
    Some(unsafe extern "C" fn(i32, u64, *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, u64, *mut c_void) -> bool)

Some value of type T.