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