Struct windows_sys::Win32::Storage::Packaging::Appx::APPX_ENCRYPTED_EXEMPTIONS
[−]Expand description
Required features: "Win32_Storage_Packaging_Appx"
Fields
count: u32
plainTextFiles: *mut PWSTR
Trait Implementations
impl Clone for APPX_ENCRYPTED_EXEMPTIONS
impl Clone for APPX_ENCRYPTED_EXEMPTIONS
impl Copy for APPX_ENCRYPTED_EXEMPTIONS
Auto Trait Implementations
impl RefUnwindSafe for APPX_ENCRYPTED_EXEMPTIONS
impl !Send for APPX_ENCRYPTED_EXEMPTIONS
impl !Sync for APPX_ENCRYPTED_EXEMPTIONS
impl Unpin for APPX_ENCRYPTED_EXEMPTIONS
impl UnwindSafe for APPX_ENCRYPTED_EXEMPTIONS
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