Struct opencv::core::Vec2d [] [src]

pub struct Vec2d {
    pub data: [f64; 2],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec2d

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

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

impl Debug for Vec2d

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

impl Clone for Vec2d

fn clone(&self) -> Vec2d

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

impl Copy for Vec2d