Type Alias PR_Draw_LineRelFunc

Source
pub type PR_Draw_LineRelFunc = Option<unsafe extern "C" fn(dx: A_FpLong, dy: A_FpLong)>;

Aliased Type§

pub enum PR_Draw_LineRelFunc {
    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.