[][src]Trait opencv::core::ValidScalarType

pub trait ValidScalarType: NumAssign + PartialOrd + Default + Copy + Sealed { }

This sealed trait is implemented for types that are valid to use in corresponding context

Implementations on Foreign Types

impl ValidScalarType for i32[src]

impl ValidScalarType for f64[src]

Loading content...

Implementors

Loading content...