Struct windows_sys::Gaming::Preview::GamesEnumeration::GameListCategory
[−]#[repr(transparent)]pub struct GameListCategory(pub i32);
Expand description
Required features: "Gaming_Preview_GamesEnumeration"
Tuple Fields
0: i32
Implementations
impl GameListCategory
impl GameListCategory
pub const Candidate: Self = Self(0i32)
pub const ConfirmedBySystem: Self = Self(1i32)
pub const ConfirmedByUser: Self = Self(2i32)
Trait Implementations
impl Clone for GameListCategory
impl Clone for GameListCategory
impl Copy for GameListCategory
Auto Trait Implementations
impl RefUnwindSafe for GameListCategory
impl Send for GameListCategory
impl Sync for GameListCategory
impl Unpin for GameListCategory
impl UnwindSafe for GameListCategory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more