Struct opencv::core::Scalar [] [src]

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

Fields

data

Trait Implementations

Derived Implementations

impl PartialEq for Scalar

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

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

impl Debug for Scalar

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

impl Clone for Scalar

fn clone(&self) -> Scalar

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

impl Copy for Scalar