Struct opencv::core::Vec3f [] [src]

pub struct Vec3f {
    pub data: [f32; 3],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec3f

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

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

impl Debug for Vec3f

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

impl Clone for Vec3f

fn clone(&self) -> Vec3f

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

impl Copy for Vec3f