Struct opencv::core::Vec6b [] [src]

pub struct Vec6b {
    pub data: [u8; 6],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec6b

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

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

impl Debug for Vec6b

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

impl Clone for Vec6b

fn clone(&self) -> Vec6b

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

impl Copy for Vec6b