Struct opencv::core::Vec6s [] [src]

pub struct Vec6s {
    pub data: [u16; 6],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec6s

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

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

impl Debug for Vec6s

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

impl Clone for Vec6s

fn clone(&self) -> Vec6s

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

impl Copy for Vec6s