TableSize

Type Alias TableSize 

Source
pub type TableSize = Size2D<usize, UnknownUnit>;

Aliased Type§

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).