Struct opencv::core::Vec6i [] [src]

pub struct Vec6i {
    pub data: [i32; 6],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec6i

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

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

impl Debug for Vec6i

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

impl Clone for Vec6i

fn clone(&self) -> Vec6i

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

impl Copy for Vec6i