Struct turbine_reactive::ptr::Point2 [] [src]

pub struct Point2<T>(_, _);

Points to a 2D point.

Trait Implementations

impl<T: Copy> Copy for Point2<T>
[src]

impl<T: Clone> Clone for Point2<T>
[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 Point2<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: PartialEq> PartialEq for Point2<T>
[src]

[src]

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

[src]

This method tests for !=.

impl<T: Eq> Eq for Point2<T>
[src]

impl<T> From<usize> for Point2<T>
[src]

[src]

Performs the conversion.