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