/// Dimensions. #[derive(Debug, Clone, Copy)] pub struct Dimens { pub width: Value, pub height: Value, }