Struct windows::Gaming::Preview::GamesEnumeration::GameListCategory
#[repr(transparent)]pub struct GameListCategory(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl GameListCategory
impl GameListCategory
pub const Candidate: Self = _
pub const ConfirmedBySystem: Self = _
pub const ConfirmedByUser: Self = _
Trait Implementations§
§impl Clone for GameListCategory
impl Clone for GameListCategory
§fn clone(&self) -> GameListCategory
fn clone(&self) -> GameListCategory
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for GameListCategory
impl Debug for GameListCategory
§impl Default for GameListCategory
impl Default for GameListCategory
§fn default() -> GameListCategory
fn default() -> GameListCategory
Returns the “default value” for a type. Read more
§impl PartialEq for GameListCategory
impl PartialEq for GameListCategory
§fn eq(&self, other: &GameListCategory) -> bool
fn eq(&self, other: &GameListCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GameListCategory
impl Eq for GameListCategory
impl StructuralPartialEq for GameListCategory
Auto Trait Implementations§
impl Freeze for GameListCategory
impl RefUnwindSafe for GameListCategory
impl Send for GameListCategory
impl Sync for GameListCategory
impl Unpin for GameListCategory
impl UnwindSafe for GameListCategory
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)