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 Rect2
Trait Implementations
impl Debug for Rect2
[src]
impl Debug for Rect2
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 Rect2
[src]
impl Copy for Rect2
impl Clone for Rect2
[src]
impl Clone for Rect2