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