Struct sc2::data::Rect2  [−][src]
2D rectangle represented by two points.
Fields
from: Point2
                           Upper left-hand corner.
to: Point2
                           Lower right-hand corner.
Methods
impl Rect2[src] 
                impl Rect2Trait Implementations
impl Debug for Rect2[src] 
impl Debug for Rect2fn fmt(&self, __arg_0: &mut Formatter) -> Result[src] 
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Rect2[src] 
impl Copy for Rect2impl Clone for Rect2[src] 
impl Clone for Rect2