Type Alias POINTL

Source
pub type POINTL = _POINTL;

Aliased Type§

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

Fields§

§x: i32§y: i32