Type Alias RasterIntPoint

Source
pub type RasterIntPoint = Point2D<i32, RasterPixel>;

Aliased Type§

#[repr(C)]
pub struct RasterIntPoint { pub x: i32, pub y: i32, }

Fields§

§x: i32§y: i32