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