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