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

Trait Implementations

Derived Implementations

impl PartialEq for Rect

fn eq(&self, __arg_0: &Rect) -> bool

fn ne(&self, __arg_0: &Rect) -> bool

impl Debug for Rect

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Rect

fn clone(&self) -> Rect

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for Rect