Struct geomprim2d::Point[][src]

pub struct Point<S> {
    pub x: S,
    pub y: S,
}

Fields

Methods

impl<S: Scalar> Point<S>
[src]

Trait Implementations

impl<S: Debug> Debug for Point<S>
[src]

Formats the value using the given formatter. Read more

impl<S: Clone> Clone for Point<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Copy> Copy for Point<S>
[src]

impl<S: Scalar> Send for Point<S>
[src]

Auto Trait Implementations

impl<S> Sync for Point<S> where
    S: Sync