#[derive(Default, Debug, Clone)] pub struct Bounds { pub x: i32, pub y: i32, pub width: i32, pub height: i32, }