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