Struct windows_sys::Phone::System::UserProfile::GameServices::Core::GameServiceScoreKind
[−]#[repr(transparent)]pub struct GameServiceScoreKind(pub i32);
Expand description
Required features: "Phone_System_UserProfile_GameServices_Core"
Tuple Fields
0: i32
Implementations
impl GameServiceScoreKind
impl GameServiceScoreKind
Trait Implementations
impl Clone for GameServiceScoreKind
impl Clone for GameServiceScoreKind
impl Copy for GameServiceScoreKind
Auto Trait Implementations
impl RefUnwindSafe for GameServiceScoreKind
impl Send for GameServiceScoreKind
impl Sync for GameServiceScoreKind
impl Unpin for GameServiceScoreKind
impl UnwindSafe for GameServiceScoreKind
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