[][src]Struct uikit_sys::UISplitViewController

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

Implementations

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

impl Copy for UISplitViewController[src]

impl Deref for UISplitViewController[src]

type Target = Object

The resulting type after dereferencing.

impl INSObject for UISplitViewController[src]

impl IUIResponder for UISplitViewController[src]

impl IUISplitViewController for UISplitViewController[src]

impl IUIViewController for UISplitViewController[src]

impl Message for UISplitViewController[src]

impl NSObject_CIImageProvider for UISplitViewController[src]

impl NSObject_NSCoderMethods for UISplitViewController[src]

impl NSObject_NSCopyLinkMoveHandler for UISplitViewController[src]

impl NSObject_NSDelayedPerforming for UISplitViewController[src]

impl NSObject_NSDiscardableContentProxy for UISplitViewController[src]

impl NSObject_NSErrorRecoveryAttempting for UISplitViewController[src]

impl NSObject_NSKeyValueCoding for UISplitViewController[src]

impl NSObject_NSKeyValueObserverNotification for UISplitViewController[src]

impl NSObject_NSKeyValueObserverRegistration for UISplitViewController[src]

impl NSObject_NSKeyValueObserving for UISplitViewController[src]

impl NSObject_NSKeyValueObservingCustomization for UISplitViewController[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for UISplitViewController[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for UISplitViewController[src]

impl NSObject_NSThreadPerformAdditions for UISplitViewController[src]

impl NSObject_UIAccessibility for UISplitViewController[src]

impl NSObject_UIAccessibilityAction for UISplitViewController[src]

impl NSObject_UIAccessibilityContainer for UISplitViewController[src]

impl NSObject_UIAccessibilityCustomRotor for UISplitViewController[src]

impl NSObject_UIAccessibilityDragging for UISplitViewController[src]

impl NSObject_UIAccessibilityFocus for UISplitViewController[src]

impl NSObject_UINibLoadingAdditions for UISplitViewController[src]

impl UIResponder_ActivityContinuation for UISplitViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UISplitViewController[src]

impl UIResponder_UIPasteConfigurationSupporting for UISplitViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UISplitViewController[src]

impl UIResponder_UIResponderKeyCommands for UISplitViewController[src]

impl UIViewController_ for UISplitViewController[src]

impl UIViewController_NSExtensionAdditions for UISplitViewController[src]

impl UIViewController_UIConstraintBasedLayoutCoreMethods for UISplitViewController[src]

impl UIViewController_UIContainerViewControllerCallbacks for UISplitViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UISplitViewController[src]

impl UIViewController_UIHomeIndicatorAutoHidden for UISplitViewController[src]

impl UIViewController_UIKeyCommand for UISplitViewController[src]

impl UIViewController_UILayoutSupport for UISplitViewController[src]

impl UIViewController_UINavigationControllerContextualToolbarItems for UISplitViewController[src]

impl UIViewController_UINavigationControllerItem for UISplitViewController[src]

impl UIViewController_UIPerformsActions for UISplitViewController[src]

impl UIViewController_UIPopoverController for UISplitViewController[src]

impl UIViewController_UIPresentationController for UISplitViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UISplitViewController[src]

impl UIViewController_UISearchDisplayControllerSupport for UISplitViewController[src]

impl UIViewController_UISplitViewController for UISplitViewController[src]

impl UIViewController_UIStateRestoration for UISplitViewController[src]

impl UIViewController_UITabBarControllerItem for UISplitViewController[src]

impl UIViewController_UIViewControllerEditing for UISplitViewController[src]

impl UIViewController_UIViewControllerPreviewingRegistration for UISplitViewController[src]

impl UIViewController_UIViewControllerRotation for UISplitViewController[src]

impl UIViewController_UIViewControllerTransitionCoordinator for UISplitViewController[src]

impl UIViewController_UIViewControllerTransitioning for UISplitViewController[src]

Auto Trait Implementations

impl RefUnwindSafe for UISplitViewController

impl !Send for UISplitViewController

impl !Sync for UISplitViewController

impl Unpin for UISplitViewController

impl UnwindSafe for UISplitViewController

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.