Struct zc_geo::multi_point::MultiPoint [] [src]

pub struct MultiPoint<T>(pub Vec<Point<T>>)
where
    T: Float
;

Trait Implementations

impl<T: Clone> Clone for MultiPoint<T> where
    T: Float
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for MultiPoint<T> where
    T: Float
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for MultiPoint<T> where
    T: Float
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl<T> Send for MultiPoint<T> where
    T: Send

impl<T> Sync for MultiPoint<T> where
    T: Sync