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 Rect2Ifn 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 Rect2I[src]
impl Copy for Rect2Iimpl Clone for Rect2I[src]
impl Clone for Rect2I