pub type LogicalSize = Size<f32>;Aliased Type§
pub struct LogicalSize {
pub width: f32,
pub height: f32,
}Fields§
§width: f32§height: f32pub type LogicalSize = Size<f32>;pub struct LogicalSize {
pub width: f32,
pub height: f32,
}width: f32§height: f32