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