Struct sensehat::Orientation[][src]

pub struct Orientation {
    pub roll: Angle,
    pub pitch: Angle,
    pub yaw: Angle,
}

Represents an orientation from the IMU.

Fields

Trait Implementations

impl Debug for Orientation
[src]

Formats the value using the given formatter. Read more

impl Copy for Orientation
[src]

impl Clone for Orientation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Orientation

impl Sync for Orientation