1 2 3 4 5 6 7 8
use super::field_orientation::FieldOrientation; #[derive(Clone, Debug)] pub struct GraphicSymbol { pub width: f64, pub height: f64, pub orientation: FieldOrientation, }