Struct competitive_programming_rs::geometry::minimum_bounding_circle::minimum_bounding_circle::Point [−][src]
pub struct Point<T> {
pub x: T,
pub y: T,
}Fields
x: Ty: TImplementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Point<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Point<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
