Struct opencv::core::Vec4f [] [src]

pub struct Vec4f {
    pub data: [f32; 4],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec4f

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

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

impl Debug for Vec4f

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

impl Clone for Vec4f

fn clone(&self) -> Vec4f

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

impl Copy for Vec4f