Struct geom::HashablePt2D [−][src]
This represents world space, NOT LonLat.
Fields
x_nan: NotNan<f64>
y_nan: NotNan<f64>
Implementations
Trait Implementations
impl Clone for HashablePt2D
[src]
impl Clone for HashablePt2D
[src]fn clone(&self) -> HashablePt2D
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for HashablePt2D
[src]
impl Hash for HashablePt2D
[src]impl Ord for HashablePt2D
[src]
impl Ord for HashablePt2D
[src]impl PartialEq<HashablePt2D> for HashablePt2D
[src]
impl PartialEq<HashablePt2D> for HashablePt2D
[src]fn eq(&self, other: &HashablePt2D) -> bool
[src]
fn ne(&self, other: &HashablePt2D) -> bool
[src]
impl PartialOrd<HashablePt2D> for HashablePt2D
[src]
impl PartialOrd<HashablePt2D> for HashablePt2D
[src]fn partial_cmp(&self, other: &HashablePt2D) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool