Struct geo::Extremes [] [src]

pub struct Extremes {
    pub ymin: usize,
    pub xmax: usize,
    pub ymax: usize,
    pub xmin: usize,
}

A container for indices of the minimum and maximum points of a Geometry

Fields

Trait Implementations

impl PartialEq for Extremes
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for Extremes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Extremes
[src]

impl Debug for Extremes
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Vec<usize>> for Extremes
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Extremes

impl Sync for Extremes