Struct windows::Management::Deployment::Preview::ClassicAppManager
pub struct ClassicAppManager;
Implementations§
§impl ClassicAppManager
impl ClassicAppManager
pub fn FindInstalledApp( appuninstallkey: &HSTRING, ) -> Result<InstalledClassicAppInfo>
Auto Trait Implementations§
impl Freeze for ClassicAppManager
impl RefUnwindSafe for ClassicAppManager
impl Send for ClassicAppManager
impl Sync for ClassicAppManager
impl Unpin for ClassicAppManager
impl UnwindSafe for ClassicAppManager
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more