#[repr(C)]pub struct ASSEMBLY_INFO {
pub cbAssemblyInfo: u32,
pub dwAssemblyFlags: u32,
pub uliAssemblySizeInKB: u64,
pub pszCurrentAssemblyPathBuf: PWSTR,
pub cchBuf: u32,
}Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
Fields
cbAssemblyInfo: u32dwAssemblyFlags: u32uliAssemblySizeInKB: u64pszCurrentAssemblyPathBuf: PWSTRcchBuf: u32Trait Implementations
impl Clone for ASSEMBLY_INFO
impl Clone for ASSEMBLY_INFO
impl Copy for ASSEMBLY_INFO
Auto Trait Implementations
impl RefUnwindSafe for ASSEMBLY_INFO
impl !Send for ASSEMBLY_INFO
impl !Sync for ASSEMBLY_INFO
impl Unpin for ASSEMBLY_INFO
impl UnwindSafe for ASSEMBLY_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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