Struct opencv::core::Size
[−]
[src]
pub struct Size {
pub width: i32,
pub height: i32,
}Fields
width | |
height |
pub struct Size {
pub width: i32,
pub height: i32,
}width | |
height |
impl PartialEq for Sizeimpl Debug for Sizeimpl Clone for Sizefn clone(&self) -> Sizefn clone_from(&mut self, source: &Self)impl Copy for Size