Struct swf_tree::Rect [] [src]

pub struct Rect {
    pub x_min: i16,
    pub x_max: i16,
    pub y_min: i16,
    pub y_max: i16,
}

Fields

Trait Implementations

impl Debug for Rect
[src]

Formats the value using the given formatter.

impl PartialEq for Rect
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Rect
[src]