clan-wl-backdrop/src/util.rs

8 lines
128 B
Rust
Raw Normal View History

2026-03-04 01:53:44 -03:00
#[derive(Default, Debug, Clone)]
pub struct Bounds {
pub x: i32,
pub y: i32,
pub width: i32,
pub height: i32,
}