[][src]Trait opencv::core::ValidSizeType

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

impl ValidSizeType for i64[src]

impl ValidSizeType for f32[src]

impl ValidSizeType for f64[src]

Loading content...

Implementors

Loading content...