Type Alias simple_blit::Point

source ·
pub type Point = Point2<u32>;
Expand description

Point type.

Aliased Type§

struct Point {
    pub x: u32,
    pub y: u32,
}

Fields§

§x: u32§y: u32