Trait GKViewController

Source
pub unsafe trait GKViewController { }
Available on crate feature GKDialogController only.
Expand description

Trait Implementations§

Source§

impl ProtocolType for dyn GKViewController

Source§

const NAME: &'static str = "GKViewController"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn GKViewController

Implementations on Foreign Types§

Source§

impl<T> GKViewController for ProtocolObject<T>
where T: ?Sized + GKViewController,

Implementors§

Source§

impl GKViewController for GKAchievementViewController

Available on crate feature GKAchievementViewController only.
Source§

impl GKViewController for GKChallengesViewController

Available on crate feature GKChallengesViewController only.
Source§

impl GKViewController for GKFriendRequestComposeViewController

Available on crate feature GKFriendRequestComposeViewController only.
Source§

impl GKViewController for GKGameCenterViewController

Available on crate feature GKGameCenterViewController only.
Source§

impl GKViewController for GKLeaderboardViewController

Available on crate feature GKLeaderboardViewController only.
Source§

impl GKViewController for GKMatchmakerViewController

Available on crate feature GKMatchmakerViewController only.
Source§

impl GKViewController for GKTurnBasedMatchmakerViewController

Available on crate feature GKTurnBasedMatchmakerViewController only.