Struct l3gd20::I16x3 [] [src]

pub struct I16x3 {
    pub x: i16,
    pub y: i16,
    pub z: i16,
}

XYZ triple

Fields

X component

Y component

Z component

Trait Implementations

impl Debug for I16x3
[src]

[src]

Formats the value using the given formatter.