windows::Gaming::Preview::GamesEnumeration

Trait IGameListEntry_Impl

pub trait IGameListEntry_Impl: IUnknownImpl {
    // Required methods
    fn DisplayInfo(&self) -> Result<AppDisplayInfo>;
    fn LaunchAsync(&self) -> Result<IAsyncOperation<bool>>;
    fn Category(&self) -> Result<GameListCategory>;
    fn Properties(&self) -> Result<IMapView<HSTRING, IInspectable>>;
    fn SetCategoryAsync(&self, value: GameListCategory) -> Result<IAsyncAction>;
}

Required Methods§

fn DisplayInfo(&self) -> Result<AppDisplayInfo>

fn LaunchAsync(&self) -> Result<IAsyncOperation<bool>>

fn Category(&self) -> Result<GameListCategory>

fn Properties(&self) -> Result<IMapView<HSTRING, IInspectable>>

fn SetCategoryAsync(&self, value: GameListCategory) -> Result<IAsyncAction>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§