Struct opencv::core::Vec4d [] [src]

pub struct Vec4d {
    pub data: [f64; 4],
}

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Vec4d

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

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

impl Debug for Vec4d

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

impl Clone for Vec4d

fn clone(&self) -> Vec4d

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

impl Copy for Vec4d