pub type TableSlotOffset = Vector2D<usize, UnknownUnit>;
Aliased Type§
#[repr(C)]pub struct TableSlotOffset {
pub x: usize,
pub y: usize,
}
Fields§
§x: usize
The x
(traditionally, horizontal) coordinate.
y: usize
The y
(traditionally, vertical) coordinate.