opencv::types

Type Alias TupleOfRect_i32

Source
pub type TupleOfRect_i32 = Tuple<(Rect, i32)>;
๐Ÿ‘ŽDeprecated: Use the the non-alias form core::Tuple<(core::Rect, i32)> instead, removal in Nov 2024

Aliased Typeยง

struct TupleOfRect_i32 { /* private fields */ }