Struct polylabel::Position[][src]

#[repr(C)]
pub struct Position { pub x_pos: c_double, pub y_pos: c_double, }

FFI struct for returned optimum Polygon label position

Fields

Trait Implementations

impl<T> From<Point<T>> for Position where
    T: Float + Signed
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Position

impl Sync for Position