Struct i2cdev::sensors::AccelerometerSample [] [src]

pub struct AccelerometerSample {
    pub x: f32,
    pub y: f32,
    pub z: f32,
}

Fields

x

x-axis G's

y

y-axis G's

z

z-axis G's

Trait Implementations

Derived Implementations

impl Debug for AccelerometerSample

fn fmt(&self, __arg_0: &mut Formatter) -> Result