pub type mavlink_attitude_t = __mavlink_attitude_t;Aliased Type§
#[repr(C, packed(1))]pub struct mavlink_attitude_t {
pub time_boot_ms: u32,
pub roll: f32,
pub pitch: f32,
pub yaw: f32,
pub rollspeed: f32,
pub pitchspeed: f32,
pub yawspeed: f32,
}Fields§
§time_boot_ms: u32§roll: f32§pitch: f32§yaw: f32§rollspeed: f32§pitchspeed: f32§yawspeed: f32