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