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