pub type TableSize = Size2D<usize, UnknownUnit>;Aliased Type§
#[repr(C)]pub struct TableSize {
pub width: usize,
pub height: usize,
}Fields§
§width: usizeThe extent of the element in the U units along the x axis (usually horizontal).
height: usizeThe extent of the element in the U units along the y axis (usually vertical).