[go: up one dir, main page]

Type Alias Size

Source
pub type Size = Size2D<f32>;

Aliased Type§

#[repr(C)]
pub struct Size { pub width: f32, pub height: f32, /* private fields */ }

Fields§

§width: f32§height: f32