pub fn au_rect_to_f32_rect<T>(rect: Rect<Au, T>) -> Rect<f32, T>
A helper function to convert a rect of Au pixels to a rect of f32 units.
Au