Struct apple_bundle::entitlements::games::Games [−][src]
Expand description
Games
Fields
game_center: Option<bool>A Boolean value that indicates whether users of the app may see and compare achievements on a leaderboard, invite friends, and start multiplayer games.
To add this entitlement to your app, enable the Game Center capability in Xcode.
Availability
- macOS 10.8+
Framework
- GameKit
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Gamesimpl UnwindSafe for GamesBlanket Implementations
Mutably borrows from an owned value. Read more