Type Alias accessibility_tree::primitives::Size
source · pub type Size<U> = TypedSize2D<f32, U>;
Aliased Type§
struct Size<U> {
pub width: f32,
pub height: f32,
/* private fields */
}
Fields§
§width: f32
§height: f32