Type Alias layout_2020::table::TableSlotOffset

source ·
pub type TableSlotOffset = Vector2D<usize, UnknownUnit>;

Aliased Type§

struct TableSlotOffset {
    pub x: usize,
    pub y: usize,
}

Fields§

§x: usize

The x (traditionally, horizontal) coordinate.

§y: usize

The y (traditionally, vertical) coordinate.