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