Struct opencv::core::Vec2i [] [src]

pub struct Vec2i {
    pub data: [i32; 2],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec2i

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

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

impl Debug for Vec2i

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

impl Clone for Vec2i

fn clone(&self) -> Vec2i

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

impl Copy for Vec2i