Struct dcmimu::GyroBiases[][src]

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

Calculated gyro biases

Fields

X

Y

Z

Trait Implementations

impl Debug for GyroBiases
[src]

Formats the value using the given formatter. Read more

impl Clone for GyroBiases
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GyroBiases
[src]

Auto Trait Implementations

impl Send for GyroBiases

impl Sync for GyroBiases