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