pub type DeviceIndependentIntVector2D = Vector2D<i32, DeviceIndependentPixel>;Aliased Type§
#[repr(C)]pub struct DeviceIndependentIntVector2D {
pub x: i32,
pub y: i32,
}Fields§
§x: i32The x (traditionally, horizontal) coordinate.
y: i32The y (traditionally, vertical) coordinate.