pub type PointD = OfxPointD;
struct PointD { pub x: f64, pub y: f64, }
x: f64
y: f64
Adds the capability to set arbitrary properties to $value_type