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