Expand description
Required features: ‘Win32_System_ApplicationInstallationAndServicing’, ‘Win32_Foundation’
Fields
ProductID: GUID
TaskID: BSTR
Trait Implementations
impl Clone for PM_BWTASKID
impl Clone for PM_BWTASKID
impl Copy for PM_BWTASKID
Auto Trait Implementations
impl RefUnwindSafe for PM_BWTASKID
impl !Send for PM_BWTASKID
impl !Sync for PM_BWTASKID
impl Unpin for PM_BWTASKID
impl UnwindSafe for PM_BWTASKID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more