Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
, "Win32_Foundation"
Fields
ConsumerPID: GUID
ExtensionID: BSTR
Trait Implementations
impl Clone for PM_EXTENSIONCONSUMER
impl Clone for PM_EXTENSIONCONSUMER
impl Copy for PM_EXTENSIONCONSUMER
Auto Trait Implementations
impl RefUnwindSafe for PM_EXTENSIONCONSUMER
impl !Send for PM_EXTENSIONCONSUMER
impl !Sync for PM_EXTENSIONCONSUMER
impl Unpin for PM_EXTENSIONCONSUMER
impl UnwindSafe for PM_EXTENSIONCONSUMER
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