Struct sensehat::Vector3D[][src]

pub struct Vector3D {
    pub x: f64,
    pub y: f64,
    pub z: f64,
}

Represents a 3D vector

Fields

Trait Implementations

impl Debug for Vector3D
[src]

Formats the value using the given formatter. Read more

impl Copy for Vector3D
[src]

impl Clone for Vector3D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Vector3D

impl Sync for Vector3D