Struct msfs::sys::SIMCONNECT_ICAO
source · #[repr(C)]pub struct SIMCONNECT_ICAO {
pub Type: c_char,
pub Ident: [c_char; 6],
pub Region: [c_char; 3],
pub Airport: [c_char; 5],
}
Fields§
§Type: c_char
§Ident: [c_char; 6]
§Region: [c_char; 3]
§Airport: [c_char; 5]
Trait Implementations§
source§impl Clone for SIMCONNECT_ICAO
impl Clone for SIMCONNECT_ICAO
source§fn clone(&self) -> SIMCONNECT_ICAO
fn clone(&self) -> SIMCONNECT_ICAO
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_ICAO
impl Debug for SIMCONNECT_ICAO
impl Copy for SIMCONNECT_ICAO
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_ICAO
impl Send for SIMCONNECT_ICAO
impl Sync for SIMCONNECT_ICAO
impl Unpin for SIMCONNECT_ICAO
impl UnwindSafe for SIMCONNECT_ICAO
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