#[repr(C, packed)]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
Trait Implementations§
source§impl Clone for __mavlink_attitude_t
impl Clone for __mavlink_attitude_t
source§fn clone(&self) -> __mavlink_attitude_t
fn clone(&self) -> __mavlink_attitude_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for __mavlink_attitude_t
impl Debug for __mavlink_attitude_t
source§impl Default for __mavlink_attitude_t
impl Default for __mavlink_attitude_t
source§fn default() -> __mavlink_attitude_t
fn default() -> __mavlink_attitude_t
Returns the “default value” for a type. Read more