x11_dl::xrender

Type Alias XPointDouble

source
pub type XPointDouble = _XPointDouble;

Aliased Type§

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

Fields§

§x: f64§y: f64