Struct mpu9250::I16x3[][src]

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

XYZ triple of i16

Fields

X component

Y component

Z component

Trait Implementations

impl Clone for I16x3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for I16x3
[src]

impl Debug for I16x3
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for I16x3

impl Sync for I16x3