Type Alias Pointi

Source
pub type Pointi = Point<i32>;

Aliased Type§

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

Fields§

§x: i32§y: i32