Struct opencv::core::Vec4i [] [src]

pub struct Vec4i {
    pub data: [i32; 4],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec4i

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

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

impl Debug for Vec4i

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

impl Clone for Vec4i

fn clone(&self) -> Vec4i

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

impl Copy for Vec4i