[go: up one dir, main page]

Type Alias Size

Source
pub type Size = TypedSize2D<f32, UnknownUnit>;
Expand description

Alias for euclid::Size2D<f32>.

Aliased Type§

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

Fields§

§width: f32§height: f32