[][src]Struct uikit_sys::UIFontPickerViewController

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

Implementations

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

impl Copy for UIFontPickerViewController[src]

impl Deref for UIFontPickerViewController[src]

type Target = Object

The resulting type after dereferencing.

impl INSObject for UIFontPickerViewController[src]

impl IUIFontPickerViewController for UIFontPickerViewController[src]

impl IUIResponder for UIFontPickerViewController[src]

impl IUIViewController for UIFontPickerViewController[src]

impl Message for UIFontPickerViewController[src]

impl NSObject_CIImageProvider for UIFontPickerViewController[src]

impl NSObject_NSCoderMethods for UIFontPickerViewController[src]

impl NSObject_NSCopyLinkMoveHandler for UIFontPickerViewController[src]

impl NSObject_NSDelayedPerforming for UIFontPickerViewController[src]

impl NSObject_NSDiscardableContentProxy for UIFontPickerViewController[src]

impl NSObject_NSErrorRecoveryAttempting for UIFontPickerViewController[src]

impl NSObject_NSKeyValueCoding for UIFontPickerViewController[src]

impl NSObject_NSKeyValueObserverNotification for UIFontPickerViewController[src]

impl NSObject_NSKeyValueObserverRegistration for UIFontPickerViewController[src]

impl NSObject_NSKeyValueObserving for UIFontPickerViewController[src]

impl NSObject_NSKeyValueObservingCustomization for UIFontPickerViewController[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for UIFontPickerViewController[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for UIFontPickerViewController[src]

impl NSObject_NSThreadPerformAdditions for UIFontPickerViewController[src]

impl NSObject_UIAccessibility for UIFontPickerViewController[src]

impl NSObject_UIAccessibilityAction for UIFontPickerViewController[src]

impl NSObject_UIAccessibilityContainer for UIFontPickerViewController[src]

impl NSObject_UIAccessibilityCustomRotor for UIFontPickerViewController[src]

impl NSObject_UIAccessibilityDragging for UIFontPickerViewController[src]

impl NSObject_UIAccessibilityFocus for UIFontPickerViewController[src]

impl NSObject_UINibLoadingAdditions for UIFontPickerViewController[src]

impl UIResponder_ActivityContinuation for UIFontPickerViewController[src]

impl UIResponder_UIActivityItemsConfiguration for UIFontPickerViewController[src]

impl UIResponder_UIPasteConfigurationSupporting for UIFontPickerViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIFontPickerViewController[src]

impl UIResponder_UIResponderKeyCommands for UIFontPickerViewController[src]

impl UIViewController_ for UIFontPickerViewController[src]

impl UIViewController_NSExtensionAdditions for UIFontPickerViewController[src]

impl UIViewController_UIConstraintBasedLayoutCoreMethods for UIFontPickerViewController[src]

impl UIViewController_UIContainerViewControllerCallbacks for UIFontPickerViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIFontPickerViewController[src]

impl UIViewController_UIHomeIndicatorAutoHidden for UIFontPickerViewController[src]

impl UIViewController_UIKeyCommand for UIFontPickerViewController[src]

impl UIViewController_UILayoutSupport for UIFontPickerViewController[src]

impl UIViewController_UINavigationControllerContextualToolbarItems for UIFontPickerViewController[src]

impl UIViewController_UINavigationControllerItem for UIFontPickerViewController[src]

impl UIViewController_UIPerformsActions for UIFontPickerViewController[src]

impl UIViewController_UIPopoverController for UIFontPickerViewController[src]

impl UIViewController_UIPresentationController for UIFontPickerViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIFontPickerViewController[src]

impl UIViewController_UISearchDisplayControllerSupport for UIFontPickerViewController[src]

impl UIViewController_UISplitViewController for UIFontPickerViewController[src]

impl UIViewController_UIStateRestoration for UIFontPickerViewController[src]

impl UIViewController_UITabBarControllerItem for UIFontPickerViewController[src]

impl UIViewController_UIViewControllerEditing for UIFontPickerViewController[src]

impl UIViewController_UIViewControllerPreviewingRegistration for UIFontPickerViewController[src]

impl UIViewController_UIViewControllerRotation for UIFontPickerViewController[src]

impl UIViewController_UIViewControllerTransitionCoordinator for UIFontPickerViewController[src]

impl UIViewController_UIViewControllerTransitioning for UIFontPickerViewController[src]

Auto Trait Implementations

impl RefUnwindSafe for UIFontPickerViewController

impl !Send for UIFontPickerViewController

impl !Sync for UIFontPickerViewController

impl Unpin for UIFontPickerViewController

impl UnwindSafe for UIFontPickerViewController

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.