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