Skip to main content

b3CompoundQueryFcn

Type Alias b3CompoundQueryFcn 

Source
pub type b3CompoundQueryFcn = Option<unsafe extern "C" fn(compound: *const b3CompoundData, childIndex: c_int, context: *mut c_void) -> bool>;
Expand description

Callback for compound overlap queries.

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.