Type Alias COORD

Source
pub type COORD = _COORD;

Aliased Type§

struct COORD {
    pub X: i16,
    pub Y: i16,
}

Fields§

§X: i16§Y: i16