#[repr(transparent)]pub struct GameListEntryLaunchableState(pub i32);
Expand description
Required features: ‘Gaming_Preview_GamesEnumeration’
Tuple Fields
0: i32
Implementations
impl GameListEntryLaunchableState
impl GameListEntryLaunchableState
pub const NotLaunchable: Self
pub const ByLastRunningFullPath: Self
pub const ByUserProvidedPath: Self
pub const ByTile: Self
Trait Implementations
impl Clone for GameListEntryLaunchableState
impl Clone for GameListEntryLaunchableState
impl Copy for GameListEntryLaunchableState
Auto Trait Implementations
impl RefUnwindSafe for GameListEntryLaunchableState
impl Send for GameListEntryLaunchableState
impl Sync for GameListEntryLaunchableState
impl Unpin for GameListEntryLaunchableState
impl UnwindSafe for GameListEntryLaunchableState
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