1 2 3 4 5
#[derive(Debug, Clone, Copy, Default)] pub struct Dimensions { pub width: u32, pub height: u32, }