Type Alias x11_dl::xrender::XPointFixed

source ·
pub type XPointFixed = _XPointFixed;

Aliased Type§

struct XPointFixed {
    pub x: i32,
    pub y: i32,
}

Fields§

§x: i32§y: i32