TableSlotOffset

Type Alias TableSlotOffset 

Source
pub type TableSlotOffset = Vector2D<usize, UnknownUnit>;

Aliased Type§

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

Fields§

§x: usize

The x (traditionally, horizontal) coordinate.

§y: usize

The y (traditionally, vertical) coordinate.