Struct opencv::core::Vec4s [] [src]

pub struct Vec4s {
    pub data: [u16; 4],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec4s

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

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

impl Debug for Vec4s

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

impl Clone for Vec4s

fn clone(&self) -> Vec4s

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

impl Copy for Vec4s