#[repr(C, packed(1))]pub struct __mavlink_set_position_target_local_ned_t {}Fields§
§time_boot_ms: u32§x: f32§y: f32§z: f32§vx: f32§vy: f32§vz: f32§afx: f32§afy: f32§afz: f32§yaw: f32§yaw_rate: f32§type_mask: u16§target_system: u8§target_component: u8§coordinate_frame: u8Trait Implementations§
Source§impl Clone for __mavlink_set_position_target_local_ned_t
impl Clone for __mavlink_set_position_target_local_ned_t
Source§fn clone(&self) -> __mavlink_set_position_target_local_ned_t
fn clone(&self) -> __mavlink_set_position_target_local_ned_t
Returns a duplicate 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 Default for __mavlink_set_position_target_local_ned_t
impl Default for __mavlink_set_position_target_local_ned_t
Source§fn default() -> __mavlink_set_position_target_local_ned_t
fn default() -> __mavlink_set_position_target_local_ned_t
Returns the “default value” for a type. Read more
impl Copy for __mavlink_set_position_target_local_ned_t
Auto Trait Implementations§
impl Freeze for __mavlink_set_position_target_local_ned_t
impl RefUnwindSafe for __mavlink_set_position_target_local_ned_t
impl Send for __mavlink_set_position_target_local_ned_t
impl Sync for __mavlink_set_position_target_local_ned_t
impl Unpin for __mavlink_set_position_target_local_ned_t
impl UnwindSafe for __mavlink_set_position_target_local_ned_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