Struct windows_sys::Win32::Storage::Packaging::Appx::APPX_PACKAGE_SETTINGS
#[repr(C)]pub struct APPX_PACKAGE_SETTINGS {
pub forceZip32: BOOL,
pub hashMethod: IUri,
}
Expand description
Required features: "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§
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