Struct physsol::point::Point3[][src]

pub struct Point3<T> where
    T: Copy + Float
{ pub pos: Vec3<T>, pub vel: Vec3<T>, }

Fields

Trait Implementations

impl<T: Clone> Clone for Point3<T> where
    T: Copy + Float
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Point3<T> where
    T: Copy + Float
[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for Point3<T> where
    T: Copy + Float
[src]

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

This method tests for !=.

Auto Trait Implementations

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

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