pub type DipSize = Size2D<Dip, Dip>;Expand description
A size in device pixels.
Aliased Type§
#[repr(C)]pub struct DipSize {
pub width: Dip,
pub height: Dip,
}Fields§
§width: DipThe extent of the element in the U units along the x axis (usually horizontal).
height: DipThe extent of the element in the U units along the y axis (usually vertical).