Struct competitive_programming_rs::geometry::basic::Segment [−][src]
Fields
from: Point<T>
to: Point<T>
Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Segment<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Segment<T> where
T: UnwindSafe,