Struct imageproc::drawing::Point [] [src]

pub struct Point<T: Copy + PartialEq + Eq> { /* fields omitted */ }

A 2D point.

Methods

impl<T: Copy + PartialEq + Eq> Point<T>
[src]

Construct a point at (x, y).

Trait Implementations

impl<T: Debug + Copy + PartialEq + Eq> Debug for Point<T>
[src]

Formats the value using the given formatter.

impl<T: Copy + Copy + PartialEq + Eq> Copy for Point<T>
[src]

impl<T: Clone + Copy + PartialEq + Eq> Clone for Point<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: PartialEq + Copy + PartialEq + Eq> PartialEq for Point<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: Eq + Copy + PartialEq + Eq> Eq for Point<T>
[src]