Type Alias x11_dl::xrender::XPointDouble

source ·
pub type XPointDouble = _XPointDouble;

Aliased Type§

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

Fields§

§x: f64§y: f64