#[repr(C, packed)]pub struct __mavlink_att_pos_mocap_t {
pub time_usec: u64,
pub q: [f32; 4],
pub x: f32,
pub y: f32,
pub z: f32,
}
Fields§
§time_usec: u64
§q: [f32; 4]
§x: f32
§y: f32
§z: f32
Trait Implementations§
source§impl Clone for __mavlink_att_pos_mocap_t
impl Clone for __mavlink_att_pos_mocap_t
source§fn clone(&self) -> __mavlink_att_pos_mocap_t
fn clone(&self) -> __mavlink_att_pos_mocap_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_att_pos_mocap_t
impl Debug for __mavlink_att_pos_mocap_t
source§impl Default for __mavlink_att_pos_mocap_t
impl Default for __mavlink_att_pos_mocap_t
source§fn default() -> __mavlink_att_pos_mocap_t
fn default() -> __mavlink_att_pos_mocap_t
Returns the “default value” for a type. Read more