Struct mma7660fc::I8x3 [] [src]

pub struct I8x3 {
    pub x: i8,
    pub y: i8,
    pub z: i8,
}

XYZ triple representing raw values

Fields

X component

Y component

Z component

Trait Implementations

impl Debug for I8x3
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for I8x3

impl Sync for I8x3