Struct machinebox::facebox::Rect [] [src]

pub struct Rect {
    pub top: isize,
    pub left: isize,
    pub width: isize,
    pub height: isize,
}

The bounds and position of a rectangle in which a face was detected

Fields

Vertical offset of the top of the rectangle

Horizontal offset of the left side of the rectangle

Width of the rectangle

Height of the rectangle

Trait Implementations

impl Debug for Rect
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Rect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Rect

impl Sync for Rect