Struct opencv::core::Point [] [src]

pub struct Point {
    pub x: i32,
    pub y: i32,
}

Fields

x
y

Trait Implementations

Derived Implementations

impl PartialEq for Point

fn eq(&self, __arg_0: &Point) -> bool

fn ne(&self, __arg_0: &Point) -> bool

impl Debug for Point

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Point

fn clone(&self) -> Point

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for Point