Struct kdtree::kdtree::test_common::Point1WithId [] [src]

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

Fields

Methods

impl Point1WithId
[src]

Trait Implementations

impl Copy for Point1WithId
[src]

impl Clone for Point1WithId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Point1WithId
[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 Point1WithId
[src]