Struct opencv::core::Vec3i [] [src]

pub struct Vec3i {
    pub data: [i32; 3],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec3i

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

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

impl Debug for Vec3i

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

impl Clone for Vec3i

fn clone(&self) -> Vec3i

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

impl Copy for Vec3i