Struct opencv::core::Vec6d [] [src]

pub struct Vec6d {
    pub data: [f64; 6],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec6d

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

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

impl Debug for Vec6d

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

impl Clone for Vec6d

fn clone(&self) -> Vec6d

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

impl Copy for Vec6d