Struct opencv::core::Point2f [] [src]

pub struct Point2f {
    pub x: f32,
    pub y: f32,
}

Fields

x
y

Trait Implementations

Derived Implementations

impl PartialEq for Point2f

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

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

impl Debug for Point2f

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

impl Clone for Point2f

fn clone(&self) -> Point2f

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

impl Copy for Point2f