[][src]Trait opencv::core::ValidVecType

pub trait ValidVecType: Copy + Sealed { }

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

Implementations on Foreign Types

impl ValidVecType for i8[src]

impl ValidVecType for u8[src]

impl ValidVecType for i16[src]

impl ValidVecType for u16[src]

impl ValidVecType for i32[src]

impl ValidVecType for f32[src]

impl ValidVecType for f64[src]

Loading content...

Implementors

Loading content...