Struct opencv::core::Vec3d [] [src]

pub struct Vec3d {
    pub data: [f64; 3],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec3d

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

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

impl Debug for Vec3d

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

impl Clone for Vec3d

fn clone(&self) -> Vec3d

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

impl Copy for Vec3d