// Generated by hobgoblin. /// A 2D point. pub struct Point { pub x: ::core::primitive::i32, pub y: ::core::primitive::i32, }