Struct i2cdev_bno055::BNO055CalibrationStatus [] [src]

pub struct BNO055CalibrationStatus {
    pub sys: bool,
    pub gyr: bool,
    pub acc: bool,
    pub mag: bool,
}

Fields

Trait Implementations

impl Debug for BNO055CalibrationStatus
[src]

[src]

Formats the value using the given formatter.