[][src]Struct uikit_sys::UITabBarController

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

Implementations

impl UITabBarController[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 UITabBarController[src]

impl Copy for UITabBarController[src]

impl Deref for UITabBarController[src]

type Target = Object

The resulting type after dereferencing.

impl INSObject for UITabBarController[src]

impl IUIResponder for UITabBarController[src]

impl IUITabBarController for UITabBarController[src]

impl IUIViewController for UITabBarController[src]

impl Message for UITabBarController[src]

impl NSObject_CIImageProvider for UITabBarController[src]

impl NSObject_NSCoderMethods for UITabBarController[src]

impl NSObject_NSCopyLinkMoveHandler for UITabBarController[src]

impl NSObject_NSDelayedPerforming for UITabBarController[src]

impl NSObject_NSDiscardableContentProxy for UITabBarController[src]

impl NSObject_NSErrorRecoveryAttempting for UITabBarController[src]

impl NSObject_NSKeyValueCoding for UITabBarController[src]

impl NSObject_NSKeyValueObserverNotification for UITabBarController[src]

impl NSObject_NSKeyValueObserverRegistration for UITabBarController[src]

impl NSObject_NSKeyValueObserving for UITabBarController[src]

impl NSObject_NSKeyValueObservingCustomization for UITabBarController[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for UITabBarController[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for UITabBarController[src]

impl NSObject_NSThreadPerformAdditions for UITabBarController[src]

impl NSObject_UIAccessibility for UITabBarController[src]

impl NSObject_UIAccessibilityAction for UITabBarController[src]

impl NSObject_UIAccessibilityContainer for UITabBarController[src]

impl NSObject_UIAccessibilityCustomRotor for UITabBarController[src]

impl NSObject_UIAccessibilityDragging for UITabBarController[src]

impl NSObject_UIAccessibilityFocus for UITabBarController[src]

impl NSObject_UINibLoadingAdditions for UITabBarController[src]

impl PNSCoding for UITabBarController[src]

impl PUITabBarDelegate for UITabBarController[src]

impl UIResponder_ActivityContinuation for UITabBarController[src]

impl UIResponder_UIActivityItemsConfiguration for UITabBarController[src]

impl UIResponder_UIPasteConfigurationSupporting for UITabBarController[src]

impl UIResponder_UIResponderInputViewAdditions for UITabBarController[src]

impl UIResponder_UIResponderKeyCommands for UITabBarController[src]

impl UIViewController_ for UITabBarController[src]

impl UIViewController_NSExtensionAdditions for UITabBarController[src]

impl UIViewController_UIConstraintBasedLayoutCoreMethods for UITabBarController[src]

impl UIViewController_UIContainerViewControllerCallbacks for UITabBarController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UITabBarController[src]

impl UIViewController_UIHomeIndicatorAutoHidden for UITabBarController[src]

impl UIViewController_UIKeyCommand for UITabBarController[src]

impl UIViewController_UILayoutSupport for UITabBarController[src]

impl UIViewController_UINavigationControllerContextualToolbarItems for UITabBarController[src]

impl UIViewController_UINavigationControllerItem for UITabBarController[src]

impl UIViewController_UIPerformsActions for UITabBarController[src]

impl UIViewController_UIPopoverController for UITabBarController[src]

impl UIViewController_UIPresentationController for UITabBarController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UITabBarController[src]

impl UIViewController_UISearchDisplayControllerSupport for UITabBarController[src]

impl UIViewController_UISplitViewController for UITabBarController[src]

impl UIViewController_UIStateRestoration for UITabBarController[src]

impl UIViewController_UITabBarControllerItem for UITabBarController[src]

impl UIViewController_UIViewControllerEditing for UITabBarController[src]

impl UIViewController_UIViewControllerPreviewingRegistration for UITabBarController[src]

impl UIViewController_UIViewControllerRotation for UITabBarController[src]

impl UIViewController_UIViewControllerTransitionCoordinator for UITabBarController[src]

impl UIViewController_UIViewControllerTransitioning for UITabBarController[src]

Auto Trait Implementations

impl RefUnwindSafe for UITabBarController

impl !Send for UITabBarController

impl !Sync for UITabBarController

impl Unpin for UITabBarController

impl UnwindSafe for UITabBarController

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.