#[repr(C)]pub struct FUSION_INSTALL_REFERENCE {
pub cbSize: u32,
pub dwFlags: u32,
pub guidScheme: GUID,
pub szIdentifier: PCWSTR,
pub szNonCannonicalData: PCWSTR,
}
Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
Fields
cbSize: u32
dwFlags: u32
guidScheme: GUID
szIdentifier: PCWSTR
szNonCannonicalData: PCWSTR
Trait Implementations
impl Clone for FUSION_INSTALL_REFERENCE
impl Clone for FUSION_INSTALL_REFERENCE
impl Copy for FUSION_INSTALL_REFERENCE
Auto Trait Implementations
impl RefUnwindSafe for FUSION_INSTALL_REFERENCE
impl !Send for FUSION_INSTALL_REFERENCE
impl !Sync for FUSION_INSTALL_REFERENCE
impl Unpin for FUSION_INSTALL_REFERENCE
impl UnwindSafe for FUSION_INSTALL_REFERENCE
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