Type Alias PointD

Source
pub type PointD = OfxPointD;

Aliased Type§

struct PointD {
    pub x: f64,
    pub y: f64,
}

Fields§

§x: f64§y: f64

Trait Implementations§

Source§

impl<R> RawGetter<R> for PointD

Adds the capability to set arbitrary properties to $value_type

Source§

fn get_at(readable: &R, c_name: CharPtr, index: usize) -> Result<Self>

Source§

impl<W> RawSetter<W> for PointD

Source§

fn set_at( writable: &mut W, c_name: CharPtr, index: usize, value: &Self, ) -> Result<()>

Source§

impl ValueType for PointD