Struct opencv::core::Point2d [] [src]

pub struct Point2d {
    pub x: f64,
    pub y: f64,
}

Fields

x
y

Trait Implementations

Derived Implementations

impl PartialEq for Point2d

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

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

impl Debug for Point2d

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

impl Clone for Point2d

fn clone(&self) -> Point2d

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

impl Copy for Point2d