Type Alias TableSlotCoordinates

Source
type TableSlotCoordinates = Point2D<usize, UnknownUnit>;

Aliased Type§

#[repr(C)]
struct TableSlotCoordinates { pub x: usize, pub y: usize, }

Fields§

§x: usize§y: usize