Struct libosu::Point[][src]

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

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<T: Display> Display for Point<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Add<Output = T>> Add for Point<T>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl<T: Sub<Output = T>> Sub for Point<T>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl<T: Mul<Output = T>> Mul<Point<T>> for Point<T>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl<T: Clone + Mul<Output = T>> Mul<T> for Point<T>
[src]

The resulting type after applying the * operator.

Performs the * operation.

Auto Trait Implementations

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

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