[][src]Struct uikit_sys::UIInputViewController

#[repr(transparent)]pub struct UIInputViewController(pub id);

Implementations

impl UIInputViewController[src]

pub fn alloc() -> Self[src]

Methods from Deref<Target = Object>

pub fn class(&self) -> &Class[src]

Returns the class of self.

pub unsafe fn get_ivar<T>(&self, name: &str) -> &T where
    T: Encode
[src]

Returns a reference to the ivar of self with the given name. Panics if self has no ivar with the given name. Unsafe because the caller must ensure that the ivar is actually of type T.

Trait Implementations

impl Clone for UIInputViewController[src]

impl Copy for UIInputViewController[src]

impl Deref for UIInputViewController[src]

type Target = Object

The resulting type after dereferencing.

impl INSObject for UIInputViewController[src]

impl IUIInputViewController for UIInputViewController[src]

impl IUIResponder for UIInputViewController[src]

impl IUIViewController for UIInputViewController[src]

impl Message for UIInputViewController[src]

impl NSObject_CIImageProvider for UIInputViewController[src]

impl NSObject_NSCoderMethods for UIInputViewController[src]

impl NSObject_NSCopyLinkMoveHandler for UIInputViewController[src]

impl NSObject_NSDelayedPerforming for UIInputViewController[src]

impl NSObject_NSDiscardableContentProxy for UIInputViewController[src]

impl NSObject_NSErrorRecoveryAttempting for UIInputViewController[src]

impl NSObject_NSKeyValueCoding for UIInputViewController[src]

impl NSObject_NSKeyValueObserverNotification for UIInputViewController[src]

impl NSObject_NSKeyValueObserverRegistration for UIInputViewController[src]

impl NSObject_NSKeyValueObserving for UIInputViewController[src]

impl NSObject_NSKeyValueObservingCustomization for UIInputViewController[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for UIInputViewController[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for UIInputViewController[src]

impl NSObject_NSThreadPerformAdditions for UIInputViewController[src]

impl NSObject_UIAccessibility for UIInputViewController[src]

impl NSObject_UIAccessibilityAction for UIInputViewController[src]

impl NSObject_UIAccessibilityContainer for UIInputViewController[src]

impl NSObject_UIAccessibilityCustomRotor for UIInputViewController[src]

impl NSObject_UIAccessibilityDragging for UIInputViewController[src]

impl NSObject_UIAccessibilityFocus for UIInputViewController[src]

impl NSObject_UINibLoadingAdditions for UIInputViewController[src]

impl PUITextInputDelegate for UIInputViewController[src]

impl UIResponder_ActivityContinuation for UIInputViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIInputViewController[src]

impl UIResponder_UIPasteConfigurationSupporting for UIInputViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIInputViewController[src]

impl UIResponder_UIResponderKeyCommands for UIInputViewController[src]

impl UIViewController_ for UIInputViewController[src]

impl UIViewController_NSExtensionAdditions for UIInputViewController[src]

impl UIViewController_UIConstraintBasedLayoutCoreMethods for UIInputViewController[src]

impl UIViewController_UIContainerViewControllerCallbacks for UIInputViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIInputViewController[src]

impl UIViewController_UIHomeIndicatorAutoHidden for UIInputViewController[src]

impl UIViewController_UIKeyCommand for UIInputViewController[src]

impl UIViewController_UILayoutSupport for UIInputViewController[src]

impl UIViewController_UINavigationControllerContextualToolbarItems for UIInputViewController[src]

impl UIViewController_UINavigationControllerItem for UIInputViewController[src]

impl UIViewController_UIPerformsActions for UIInputViewController[src]

impl UIViewController_UIPopoverController for UIInputViewController[src]

impl UIViewController_UIPresentationController for UIInputViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIInputViewController[src]

impl UIViewController_UISearchDisplayControllerSupport for UIInputViewController[src]

impl UIViewController_UISplitViewController for UIInputViewController[src]

impl UIViewController_UIStateRestoration for UIInputViewController[src]

impl UIViewController_UITabBarControllerItem for UIInputViewController[src]

impl UIViewController_UIViewControllerEditing for UIInputViewController[src]

impl UIViewController_UIViewControllerPreviewingRegistration for UIInputViewController[src]

impl UIViewController_UIViewControllerRotation for UIInputViewController[src]

impl UIViewController_UIViewControllerTransitionCoordinator for UIInputViewController[src]

impl UIViewController_UIViewControllerTransitioning for UIInputViewController[src]

Auto Trait Implementations

impl RefUnwindSafe for UIInputViewController

impl !Send for UIInputViewController

impl !Sync for UIInputViewController

impl Unpin for UIInputViewController

impl UnwindSafe for UIInputViewController

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.