1#[derive(Default, Debug, Copy, Clone, PartialEq)] 2pub struct AA2DCoordinate { 3 pub x: f64, 4 pub y: f64, 5} 6