[][src]Trait opencv::core::ValidPointType

pub trait ValidPointType: 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 ValidPointType for i32[src]

impl ValidPointType for i64[src]

impl ValidPointType for f32[src]

impl ValidPointType for f64[src]

Loading content...

Implementors

Loading content...