PR_Draw_PenSize

Type Alias PR_Draw_PenSize 

Source
pub type PR_Draw_PenSize = Option<unsafe extern "C" fn(widthS: A_FpLong, heightS: A_FpLong)>;

Aliased Type§

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