Struct opencv::core::Vec6f [] [src]

pub struct Vec6f {
    pub data: [f32; 6],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec6f

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

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

impl Debug for Vec6f

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

impl Clone for Vec6f

fn clone(&self) -> Vec6f

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

impl Copy for Vec6f