Struct i2cdev_bno055::BNO055QuaternionReading [] [src]

pub struct BNO055QuaternionReading {
    pub w: f32,
    pub x: f32,
    pub y: f32,
    pub z: f32,
}

Fields

Trait Implementations

impl Debug for BNO055QuaternionReading
[src]

[src]

Formats the value using the given formatter.