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

Auto Trait Implementations

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

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