pub type Dimensionf = Dimension<f32>;
Single-precision dimensions.
#[repr(C)]pub struct Dimensionf { pub width: f32, pub height: f32, }
width: f32
Width component.
height: f32
Height component.