Struct mma7660fc::Ax3 [] [src]

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

XYZ triple representing acceleration within range ±1.5g

Fields

X component

Y component

Z component

Trait Implementations

impl Debug for Ax3
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Ax3

impl Sync for Ax3