#[repr(C, packed(1))]pub struct __mavlink_gps_raw_int_t {}Fields§
§time_usec: u64§lat: i32§lon: i32§alt: i32§eph: u16§epv: u16§vel: u16§cog: u16§fix_type: u8§satellites_visible: u8§alt_ellipsoid: i32§h_acc: u32§v_acc: u32§vel_acc: u32§hdg_acc: u32Trait Implementations§
Source§impl Clone for __mavlink_gps_raw_int_t
impl Clone for __mavlink_gps_raw_int_t
Source§fn clone(&self) -> __mavlink_gps_raw_int_t
fn clone(&self) -> __mavlink_gps_raw_int_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 Debug for __mavlink_gps_raw_int_t
impl Debug for __mavlink_gps_raw_int_t
Source§impl Default for __mavlink_gps_raw_int_t
impl Default for __mavlink_gps_raw_int_t
Source§fn default() -> __mavlink_gps_raw_int_t
fn default() -> __mavlink_gps_raw_int_t
Returns the “default value” for a type. Read more
impl Copy for __mavlink_gps_raw_int_t
Auto Trait Implementations§
impl Freeze for __mavlink_gps_raw_int_t
impl RefUnwindSafe for __mavlink_gps_raw_int_t
impl Send for __mavlink_gps_raw_int_t
impl Sync for __mavlink_gps_raw_int_t
impl Unpin for __mavlink_gps_raw_int_t
impl UnwindSafe for __mavlink_gps_raw_int_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