Struct geo_types::Rect[][src]

pub struct Rect<T> where
    T: CoordinateType
{ pub min: Coordinate<T>, pub max: Coordinate<T>, }

Fields

Trait Implementations

impl<T: PartialEq> PartialEq for Rect<T> where
    T: CoordinateType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: Clone> Clone for Rect<T> where
    T: CoordinateType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for Rect<T> where
    T: CoordinateType
[src]

impl<T: Debug> Debug for Rect<T> where
    T: CoordinateType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Rect<T> where
    T: Send

impl<T> Sync for Rect<T> where
    T: Sync