Struct opencv::core::Vec2s [] [src]

pub struct Vec2s {
    pub data: [u16; 2],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec2s

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

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

impl Debug for Vec2s

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

impl Clone for Vec2s

fn clone(&self) -> Vec2s

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

impl Copy for Vec2s