Struct APPX_ENCRYPTED_PACKAGE_SETTINGS2
#[repr(C)]pub struct APPX_ENCRYPTED_PACKAGE_SETTINGS2 {
pub keyLength: u32,
pub encryptionAlgorithm: PCWSTR,
pub blockMapHashAlgorithm: *mut c_void,
pub options: u32,
}
Fields§
§keyLength: u32
§encryptionAlgorithm: PCWSTR
§blockMapHashAlgorithm: *mut c_void
§options: u32
Trait Implementations§
§impl Clone for APPX_ENCRYPTED_PACKAGE_SETTINGS2
impl Clone for APPX_ENCRYPTED_PACKAGE_SETTINGS2
§fn clone(&self) -> APPX_ENCRYPTED_PACKAGE_SETTINGS2
fn clone(&self) -> APPX_ENCRYPTED_PACKAGE_SETTINGS2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for APPX_ENCRYPTED_PACKAGE_SETTINGS2
Auto Trait Implementations§
impl Freeze for APPX_ENCRYPTED_PACKAGE_SETTINGS2
impl RefUnwindSafe for APPX_ENCRYPTED_PACKAGE_SETTINGS2
impl !Send for APPX_ENCRYPTED_PACKAGE_SETTINGS2
impl !Sync for APPX_ENCRYPTED_PACKAGE_SETTINGS2
impl Unpin for APPX_ENCRYPTED_PACKAGE_SETTINGS2
impl UnwindSafe for APPX_ENCRYPTED_PACKAGE_SETTINGS2
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