Struct windows_sys::Win32::Storage::Packaging::Appx::APPX_PACKAGE_SETTINGS
[−]Expand description
Required features: ‘Win32_Storage_Packaging_Appx’, ‘Win32_Foundation’, ‘Win32_System_Com’
Fields
forceZip32: BOOL
hashMethod: IUri
Trait Implementations
impl Clone for APPX_PACKAGE_SETTINGS
impl Clone for APPX_PACKAGE_SETTINGS
impl Copy for APPX_PACKAGE_SETTINGS
Auto Trait Implementations
impl RefUnwindSafe for APPX_PACKAGE_SETTINGS
impl !Send for APPX_PACKAGE_SETTINGS
impl !Sync for APPX_PACKAGE_SETTINGS
impl Unpin for APPX_PACKAGE_SETTINGS
impl UnwindSafe for APPX_PACKAGE_SETTINGS
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