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