Union windows_sys::Win32::Storage::Packaging::Appx::PACKAGE_VERSION_0
#[repr(C, packed(4))]
pub union PACKAGE_VERSION_0 {
pub Version: u64,
pub Anonymous: PACKAGE_VERSION_0_0,
}
Fields§
§Version: u64
§Anonymous: PACKAGE_VERSION_0_0
Trait Implementations§
§impl Clone for PACKAGE_VERSION_0
impl Clone for PACKAGE_VERSION_0
impl Copy for PACKAGE_VERSION_0
Auto Trait Implementations§
impl RefUnwindSafe for PACKAGE_VERSION_0
impl Send for PACKAGE_VERSION_0
impl Sync for PACKAGE_VERSION_0
impl Unpin for PACKAGE_VERSION_0
impl UnwindSafe for PACKAGE_VERSION_0
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