[][src]Trait uikit_sys::UIResponder_UIActivityItemsConfiguration

pub trait UIResponder_UIActivityItemsConfiguration: Sized + Deref {
    unsafe fn activityItemsConfiguration(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setActivityItemsConfiguration_(
        self,
        activityItemsConfiguration: *mut u64
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn activityItemsConfiguration(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn setActivityItemsConfiguration_(
    self,
    activityItemsConfiguration: *mut u64
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIResponder_UIActivityItemsConfiguration for UIAccessibilityElement[src]

impl UIResponder_UIActivityItemsConfiguration for UIActionSheet[src]

impl UIResponder_UIActivityItemsConfiguration for UIActivityIndicatorView[src]

impl UIResponder_UIActivityItemsConfiguration for UIActivityViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIAlertController[src]

impl UIResponder_UIActivityItemsConfiguration for UIAlertView[src]

impl UIResponder_UIActivityItemsConfiguration for UIApplication[src]

impl UIResponder_UIActivityItemsConfiguration for UIButton[src]

impl UIResponder_UIActivityItemsConfiguration for UICloudSharingController[src]

impl UIResponder_UIActivityItemsConfiguration for UICollectionReusableView[src]

impl UIResponder_UIActivityItemsConfiguration for UICollectionView[src]

impl UIResponder_UIActivityItemsConfiguration for UICollectionViewCell[src]

impl UIResponder_UIActivityItemsConfiguration for UICollectionViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIControl[src]

impl UIResponder_UIActivityItemsConfiguration for UIDatePicker[src]

impl UIResponder_UIActivityItemsConfiguration for UIDocumentBrowserViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIDocumentMenuViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIDocumentPickerExtensionViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIDocumentPickerViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIFontPickerViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIImagePickerController[src]

impl UIResponder_UIActivityItemsConfiguration for UIImageView[src]

impl UIResponder_UIActivityItemsConfiguration for UIInputView[src]

impl UIResponder_UIActivityItemsConfiguration for UIInputViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UILabel[src]

impl UIResponder_UIActivityItemsConfiguration for UINavigationBar[src]

impl UIResponder_UIActivityItemsConfiguration for UINavigationController[src]

impl UIResponder_UIActivityItemsConfiguration for UIPageControl[src]

impl UIResponder_UIActivityItemsConfiguration for UIPageViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIPickerView[src]

impl UIResponder_UIActivityItemsConfiguration for UIPopoverBackgroundView[src]

impl UIResponder_UIActivityItemsConfiguration for UIProgressView[src]

impl UIResponder_UIActivityItemsConfiguration for UIReferenceLibraryViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIRefreshControl[src]

impl UIResponder_UIActivityItemsConfiguration for UIResponder[src]

impl UIResponder_UIActivityItemsConfiguration for UIScene[src]

impl UIResponder_UIActivityItemsConfiguration for UIScrollView[src]

impl UIResponder_UIActivityItemsConfiguration for UISearchBar[src]

impl UIResponder_UIActivityItemsConfiguration for UISearchContainerViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UISearchController[src]

impl UIResponder_UIActivityItemsConfiguration for UISearchTextField[src]

impl UIResponder_UIActivityItemsConfiguration for UISegmentedControl[src]

impl UIResponder_UIActivityItemsConfiguration for UISlider[src]

impl UIResponder_UIActivityItemsConfiguration for UISplitViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIStackView[src]

impl UIResponder_UIActivityItemsConfiguration for UISwitch[src]

impl UIResponder_UIActivityItemsConfiguration for UITabBar[src]

impl UIResponder_UIActivityItemsConfiguration for UITabBarController[src]

impl UIResponder_UIActivityItemsConfiguration for UITableView[src]

impl UIResponder_UIActivityItemsConfiguration for UITableViewCell[src]

impl UIResponder_UIActivityItemsConfiguration for UITableViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UITableViewHeaderFooterView[src]

impl UIResponder_UIActivityItemsConfiguration for UITextField[src]

impl UIResponder_UIActivityItemsConfiguration for UITextView[src]

impl UIResponder_UIActivityItemsConfiguration for UIToolbar[src]

impl UIResponder_UIActivityItemsConfiguration for UIVideoEditorController[src]

impl UIResponder_UIActivityItemsConfiguration for UIView[src]

impl UIResponder_UIActivityItemsConfiguration for UIViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIVisualEffectView[src]

impl UIResponder_UIActivityItemsConfiguration for UIWebView[src]

impl UIResponder_UIActivityItemsConfiguration for UIWindow[src]

impl UIResponder_UIActivityItemsConfiguration for UIWindowScene[src]

Loading content...