Struct competitive_programming_rs::geometry::basic::Point [−][src]
pub struct Point<T> { pub x: T, pub y: T, }
Fields
x: T
y: T
Auto Trait Implementations
impl<T> RefUnwindSafe for Point<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Point<T> where
T: UnwindSafe,