PR_Draw_LineToFunc

Type Alias PR_Draw_LineToFunc 

Source
pub type PR_Draw_LineToFunc = Option<unsafe extern "C" fn(x: A_FpLong, y: A_FpLong)>;

Aliased Type§

pub enum PR_Draw_LineToFunc {
    None,
    Some(unsafe extern "C" fn(f64, f64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(f64, f64))

Some value of type T.