Struct opencv::core::Vec2b [] [src]

pub struct Vec2b {
    pub data: [u8; 2],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec2b

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

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

impl Debug for Vec2b

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

impl Clone for Vec2b

fn clone(&self) -> Vec2b

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

impl Copy for Vec2b