Struct opencv::core::Vec3b [] [src]

pub struct Vec3b {
    pub data: [u8; 3],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec3b

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

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

impl Debug for Vec3b

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

impl Clone for Vec3b

fn clone(&self) -> Vec3b

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

impl Copy for Vec3b