Struct msfs::sys::SIMCONNECT_VERSION_BASE_TYPE
source · #[repr(C, packed)]pub struct SIMCONNECT_VERSION_BASE_TYPE {
pub Major: c_ushort,
pub Minor: c_ushort,
pub Revision: c_ushort,
pub Build: c_ushort,
}
Fields§
§Major: c_ushort
§Minor: c_ushort
§Revision: c_ushort
§Build: c_ushort
Trait Implementations§
source§impl Clone for SIMCONNECT_VERSION_BASE_TYPE
impl Clone for SIMCONNECT_VERSION_BASE_TYPE
source§fn clone(&self) -> SIMCONNECT_VERSION_BASE_TYPE
fn clone(&self) -> SIMCONNECT_VERSION_BASE_TYPE
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_VERSION_BASE_TYPE
impl Debug for SIMCONNECT_VERSION_BASE_TYPE
impl Copy for SIMCONNECT_VERSION_BASE_TYPE
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_VERSION_BASE_TYPE
impl Send for SIMCONNECT_VERSION_BASE_TYPE
impl Sync for SIMCONNECT_VERSION_BASE_TYPE
impl Unpin for SIMCONNECT_VERSION_BASE_TYPE
impl UnwindSafe for SIMCONNECT_VERSION_BASE_TYPE
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