#[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
impl Copy for __mavlink_att_pos_mocap_t
Auto Trait Implementations§
impl RefUnwindSafe for __mavlink_att_pos_mocap_t
impl Send for __mavlink_att_pos_mocap_t
impl Sync for __mavlink_att_pos_mocap_t
impl Unpin for __mavlink_att_pos_mocap_t
impl UnwindSafe for __mavlink_att_pos_mocap_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more