b2PlaneResultFcn

Type Alias b2PlaneResultFcn 

Source
pub type b2PlaneResultFcn = Option<unsafe extern "C" fn(shapeId: b2ShapeId, plane: *const b2PlaneResult, context: *mut c_void) -> bool>;

Aliased Type§

pub enum b2PlaneResultFcn {
    None,
    Some(unsafe extern "C" fn(b2ShapeId, *const b2PlaneResult, *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.