Struct windows_sys::Win32::Storage::Packaging::Appx::PACKAGE_VERSION_0_0
[−]#[repr(C)]pub struct PACKAGE_VERSION_0_0 {
pub Revision: u16,
pub Build: u16,
pub Minor: u16,
pub Major: u16,
}
Expand description
Required features: ‘Win32_Storage_Packaging_Appx’
Fields
Revision: u16
Build: u16
Minor: u16
Major: u16
Trait Implementations
impl Clone for PACKAGE_VERSION_0_0
impl Clone for PACKAGE_VERSION_0_0
impl Copy for PACKAGE_VERSION_0_0
Auto Trait Implementations
impl RefUnwindSafe for PACKAGE_VERSION_0_0
impl Send for PACKAGE_VERSION_0_0
impl Sync for PACKAGE_VERSION_0_0
impl Unpin for PACKAGE_VERSION_0_0
impl UnwindSafe for PACKAGE_VERSION_0_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more