Struct msfs::sys::SIMCONNECT_DATA_LATLONALT
source · #[repr(C, packed)]pub struct SIMCONNECT_DATA_LATLONALT {
pub Latitude: f64,
pub Longitude: f64,
pub Altitude: f64,
}
Fields§
§Latitude: f64
§Longitude: f64
§Altitude: f64
Trait Implementations§
source§impl Clone for SIMCONNECT_DATA_LATLONALT
impl Clone for SIMCONNECT_DATA_LATLONALT
source§fn clone(&self) -> SIMCONNECT_DATA_LATLONALT
fn clone(&self) -> SIMCONNECT_DATA_LATLONALT
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 SIMCONNECT_DATA_LATLONALT
impl Debug for SIMCONNECT_DATA_LATLONALT
impl Copy for SIMCONNECT_DATA_LATLONALT
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_DATA_LATLONALT
impl Send for SIMCONNECT_DATA_LATLONALT
impl Sync for SIMCONNECT_DATA_LATLONALT
impl Unpin for SIMCONNECT_DATA_LATLONALT
impl UnwindSafe for SIMCONNECT_DATA_LATLONALT
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