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
x_min: i16
x_max: i16
y_min: i16
y_max: i16
Trait Implementations
impl Debug for Rect[src]
impl PartialEq for Rect[src]
fn eq(&self, __arg_0: &Rect) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Rect) -> bool
This method tests for !=.