Struct geo::Extremes [−][src]
A container for indices of the minimum and maximum points of a Geometry
Fields
ymin: usize
xmax: usize
ymax: usize
xmin: usize
Trait Implementations
impl PartialEq for Extremes[src]
impl PartialEq for Extremesfn eq(&self, other: &Extremes) -> bool[src]
fn eq(&self, other: &Extremes) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Extremes) -> bool[src]
fn ne(&self, other: &Extremes) -> boolThis method tests for !=.
impl Clone for Extremes[src]
impl Clone for Extremesfn clone(&self) -> Extremes[src]
fn clone(&self) -> ExtremesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Extremes[src]
impl Copy for Extremesimpl Debug for Extremes[src]
impl Debug for Extremesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Vec<usize>> for Extremes[src]
impl From<Vec<usize>> for Extremes