sfShapeGetPointCallback

Type Alias sfShapeGetPointCallback 

Source
pub type sfShapeGetPointCallback = Option<unsafe extern "C" fn(arg1: usize, arg2: *mut c_void) -> sfVector2f>;

Aliased Type§

pub enum sfShapeGetPointCallback {
    None,
    Some(unsafe extern "C" fn(usize, *mut c_void) -> sfVector2f),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(usize, *mut c_void) -> sfVector2f)

Some value of type T.