#[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: u32
dwAssemblyFlags: u32
uliAssemblySizeInKB: u64
pszCurrentAssemblyPathBuf: PWSTR
cchBuf: u32
Trait 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 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