Struct windows::ApplicationModel::AppService::AppServiceCatalog
pub struct AppServiceCatalog;
Implementations§
§impl AppServiceCatalog
impl AppServiceCatalog
pub fn FindAppServiceProvidersAsync( appservicename: &HSTRING, ) -> Result<IAsyncOperation<IVectorView<AppInfo>>>
Auto Trait Implementations§
impl Freeze for AppServiceCatalog
impl RefUnwindSafe for AppServiceCatalog
impl Send for AppServiceCatalog
impl Sync for AppServiceCatalog
impl Unpin for AppServiceCatalog
impl UnwindSafe for AppServiceCatalog
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