Struct competitive_programming_rs::geometry::convex_hull::Point [−][src]
pub struct Point { /* fields omitted */ }Methods
impl Point[src]
impl PointTrait Implementations
impl Debug for Point[src]
impl Debug for Pointfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Point[src]
impl Copy for Pointimpl Clone for Point[src]
impl Clone for Pointfn clone(&self) -> Point[src]
fn clone(&self) -> PointReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Sub for Point[src]
impl Sub for Point