[][src]Trait uikit_sys::UIResponder_ActivityContinuation

pub trait UIResponder_ActivityContinuation: Sized + Deref {
    unsafe fn updateUserActivityState_(self, activity: NSUserActivity)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn restoreUserActivityState_(self, activity: NSUserActivity)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn userActivity(self) -> NSUserActivity
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setUserActivity_(self, userActivity: NSUserActivity)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn updateUserActivityState_(self, activity: NSUserActivity) where
    Self::Target: Message + Sized

unsafe fn restoreUserActivityState_(self, activity: NSUserActivity) where
    Self::Target: Message + Sized

unsafe fn userActivity(self) -> NSUserActivity where
    Self::Target: Message + Sized

unsafe fn setUserActivity_(self, userActivity: NSUserActivity) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIResponder_ActivityContinuation for UIAccessibilityElement[src]

impl UIResponder_ActivityContinuation for UIActionSheet[src]

impl UIResponder_ActivityContinuation for UIActivityIndicatorView[src]

impl UIResponder_ActivityContinuation for UIActivityViewController[src]

impl UIResponder_ActivityContinuation for UIAlertController[src]

impl UIResponder_ActivityContinuation for UIAlertView[src]

impl UIResponder_ActivityContinuation for UIApplication[src]

impl UIResponder_ActivityContinuation for UIButton[src]

impl UIResponder_ActivityContinuation for UICloudSharingController[src]

impl UIResponder_ActivityContinuation for UICollectionReusableView[src]

impl UIResponder_ActivityContinuation for UICollectionView[src]

impl UIResponder_ActivityContinuation for UICollectionViewCell[src]

impl UIResponder_ActivityContinuation for UICollectionViewController[src]

impl UIResponder_ActivityContinuation for UIControl[src]

impl UIResponder_ActivityContinuation for UIDatePicker[src]

impl UIResponder_ActivityContinuation for UIDocumentBrowserViewController[src]

impl UIResponder_ActivityContinuation for UIDocumentMenuViewController[src]

impl UIResponder_ActivityContinuation for UIDocumentPickerExtensionViewController[src]

impl UIResponder_ActivityContinuation for UIDocumentPickerViewController[src]

impl UIResponder_ActivityContinuation for UIFontPickerViewController[src]

impl UIResponder_ActivityContinuation for UIImagePickerController[src]

impl UIResponder_ActivityContinuation for UIImageView[src]

impl UIResponder_ActivityContinuation for UIInputView[src]

impl UIResponder_ActivityContinuation for UIInputViewController[src]

impl UIResponder_ActivityContinuation for UILabel[src]

impl UIResponder_ActivityContinuation for UINavigationBar[src]

impl UIResponder_ActivityContinuation for UINavigationController[src]

impl UIResponder_ActivityContinuation for UIPageControl[src]

impl UIResponder_ActivityContinuation for UIPageViewController[src]

impl UIResponder_ActivityContinuation for UIPickerView[src]

impl UIResponder_ActivityContinuation for UIPopoverBackgroundView[src]

impl UIResponder_ActivityContinuation for UIProgressView[src]

impl UIResponder_ActivityContinuation for UIReferenceLibraryViewController[src]

impl UIResponder_ActivityContinuation for UIRefreshControl[src]

impl UIResponder_ActivityContinuation for UIResponder[src]

impl UIResponder_ActivityContinuation for UIScene[src]

impl UIResponder_ActivityContinuation for UIScrollView[src]

impl UIResponder_ActivityContinuation for UISearchBar[src]

impl UIResponder_ActivityContinuation for UISearchContainerViewController[src]

impl UIResponder_ActivityContinuation for UISearchController[src]

impl UIResponder_ActivityContinuation for UISearchTextField[src]

impl UIResponder_ActivityContinuation for UISegmentedControl[src]

impl UIResponder_ActivityContinuation for UISlider[src]

impl UIResponder_ActivityContinuation for UISplitViewController[src]

impl UIResponder_ActivityContinuation for UIStackView[src]

impl UIResponder_ActivityContinuation for UISwitch[src]

impl UIResponder_ActivityContinuation for UITabBar[src]

impl UIResponder_ActivityContinuation for UITabBarController[src]

impl UIResponder_ActivityContinuation for UITableView[src]

impl UIResponder_ActivityContinuation for UITableViewCell[src]

impl UIResponder_ActivityContinuation for UITableViewController[src]

impl UIResponder_ActivityContinuation for UITableViewHeaderFooterView[src]

impl UIResponder_ActivityContinuation for UITextField[src]

impl UIResponder_ActivityContinuation for UITextView[src]

impl UIResponder_ActivityContinuation for UIToolbar[src]

impl UIResponder_ActivityContinuation for UIVideoEditorController[src]

impl UIResponder_ActivityContinuation for UIView[src]

impl UIResponder_ActivityContinuation for UIViewController[src]

impl UIResponder_ActivityContinuation for UIVisualEffectView[src]

impl UIResponder_ActivityContinuation for UIWebView[src]

impl UIResponder_ActivityContinuation for UIWindow[src]

impl UIResponder_ActivityContinuation for UIWindowScene[src]

Loading content...