Struct msfs::sys::SIMCONNECT_DATA_FACILITY_WAYPOINT
source · #[repr(C, packed)]pub struct SIMCONNECT_DATA_FACILITY_WAYPOINT {
pub _base: SIMCONNECT_DATA_FACILITY_AIRPORT,
pub fMagVar: f32,
}
Fields§
§_base: SIMCONNECT_DATA_FACILITY_AIRPORT
§fMagVar: f32
Trait Implementations§
source§impl Clone for SIMCONNECT_DATA_FACILITY_WAYPOINT
impl Clone for SIMCONNECT_DATA_FACILITY_WAYPOINT
source§fn clone(&self) -> SIMCONNECT_DATA_FACILITY_WAYPOINT
fn clone(&self) -> SIMCONNECT_DATA_FACILITY_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 moreimpl Copy for SIMCONNECT_DATA_FACILITY_WAYPOINT
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_DATA_FACILITY_WAYPOINT
impl Send for SIMCONNECT_DATA_FACILITY_WAYPOINT
impl Sync for SIMCONNECT_DATA_FACILITY_WAYPOINT
impl Unpin for SIMCONNECT_DATA_FACILITY_WAYPOINT
impl UnwindSafe for SIMCONNECT_DATA_FACILITY_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