clan-wl-backdrop/src/util.rs
2026-03-17 21:48:12 -03:00

7 lines
128 B
Rust

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