Struct windows::Win32::System::Antimalware::AMSI_UAC_REQUEST_MSI_INFO
#[repr(C)]pub struct AMSI_UAC_REQUEST_MSI_INFO {
pub ulLength: u32,
pub MsiAction: AMSI_UAC_MSI_ACTION,
pub lpwszProductName: PWSTR,
pub lpwszVersion: PWSTR,
pub lpwszLanguage: PWSTR,
pub lpwszManufacturer: PWSTR,
pub lpwszPackagePath: PWSTR,
pub lpwszPackageSource: PWSTR,
pub ulUpdates: u32,
pub ppwszUpdates: *mut PWSTR,
pub ppwszUpdateSources: *mut PWSTR,
}
Fields§
§ulLength: u32
§MsiAction: AMSI_UAC_MSI_ACTION
§lpwszProductName: PWSTR
§lpwszVersion: PWSTR
§lpwszLanguage: PWSTR
§lpwszManufacturer: PWSTR
§lpwszPackagePath: PWSTR
§lpwszPackageSource: PWSTR
§ulUpdates: u32
§ppwszUpdates: *mut PWSTR
§ppwszUpdateSources: *mut PWSTR
Trait Implementations§
§impl Clone for AMSI_UAC_REQUEST_MSI_INFO
impl Clone for AMSI_UAC_REQUEST_MSI_INFO
§fn clone(&self) -> AMSI_UAC_REQUEST_MSI_INFO
fn clone(&self) -> AMSI_UAC_REQUEST_MSI_INFO
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 more§impl Debug for AMSI_UAC_REQUEST_MSI_INFO
impl Debug for AMSI_UAC_REQUEST_MSI_INFO
§impl Default for AMSI_UAC_REQUEST_MSI_INFO
impl Default for AMSI_UAC_REQUEST_MSI_INFO
§impl PartialEq for AMSI_UAC_REQUEST_MSI_INFO
impl PartialEq for AMSI_UAC_REQUEST_MSI_INFO
§fn eq(&self, other: &AMSI_UAC_REQUEST_MSI_INFO) -> bool
fn eq(&self, other: &AMSI_UAC_REQUEST_MSI_INFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AMSI_UAC_REQUEST_MSI_INFO
impl Eq for AMSI_UAC_REQUEST_MSI_INFO
impl StructuralPartialEq for AMSI_UAC_REQUEST_MSI_INFO
Auto Trait Implementations§
impl Freeze for AMSI_UAC_REQUEST_MSI_INFO
impl RefUnwindSafe for AMSI_UAC_REQUEST_MSI_INFO
impl !Send for AMSI_UAC_REQUEST_MSI_INFO
impl !Sync for AMSI_UAC_REQUEST_MSI_INFO
impl Unpin for AMSI_UAC_REQUEST_MSI_INFO
impl UnwindSafe for AMSI_UAC_REQUEST_MSI_INFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)