Struct kdtree::kdtree::test_common::Point2WithId [] [src]

pub struct Point2WithId {
    pub id: i32,
    // some fields omitted
}

Fields

Methods

impl Point2WithId
[src]

Trait Implementations

impl Copy for Point2WithId
[src]

impl Clone for Point2WithId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Point2WithId
[src]

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

This method tests for !=.

impl KdtreePointTrait for Point2WithId
[src]