[][src]Struct uikit_sys::UITextView

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

Implementations

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

impl Copy for UITextView[src]

impl Deref for UITextView[src]

type Target = Object

The resulting type after dereferencing.

impl INSObject for UITextView[src]

impl IUIResponder for UITextView[src]

impl IUIScrollView for UITextView[src]

impl IUITextView for UITextView[src]

impl IUIView for UITextView[src]

impl Message for UITextView[src]

impl NSObject_CIImageProvider for UITextView[src]

impl NSObject_NSCoderMethods for UITextView[src]

impl NSObject_NSCopyLinkMoveHandler for UITextView[src]

impl NSObject_NSDelayedPerforming for UITextView[src]

impl NSObject_NSDiscardableContentProxy for UITextView[src]

impl NSObject_NSErrorRecoveryAttempting for UITextView[src]

impl NSObject_NSKeyValueCoding for UITextView[src]

impl NSObject_NSKeyValueObserverNotification for UITextView[src]

impl NSObject_NSKeyValueObserverRegistration for UITextView[src]

impl NSObject_NSKeyValueObserving for UITextView[src]

impl NSObject_NSKeyValueObservingCustomization for UITextView[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for UITextView[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for UITextView[src]

impl NSObject_NSThreadPerformAdditions for UITextView[src]

impl NSObject_UIAccessibility for UITextView[src]

impl NSObject_UIAccessibilityAction for UITextView[src]

impl NSObject_UIAccessibilityContainer for UITextView[src]

impl NSObject_UIAccessibilityCustomRotor for UITextView[src]

impl NSObject_UIAccessibilityDragging for UITextView[src]

impl NSObject_UIAccessibilityFocus for UITextView[src]

impl NSObject_UINibLoadingAdditions for UITextView[src]

impl PUIContentSizeCategoryAdjusting for UITextView[src]

impl PUITextInput for UITextView[src]

impl UIResponder_ActivityContinuation for UITextView[src]

impl UIResponder_UIActivityItemsConfiguration for UITextView[src]

impl UIResponder_UIPasteConfigurationSupporting for UITextView[src]

impl UIResponder_UIResponderInputViewAdditions for UITextView[src]

impl UIResponder_UIResponderKeyCommands for UITextView[src]

impl UITextView_ for UITextView[src]

impl UIView_DeprecatedAnimations for UITextView[src]

impl UIView_Interactions for UITextView[src]

impl UIView_UIAccessibility for UITextView[src]

impl UIView_UIAccessibilityInvertColors for UITextView[src]

impl UIView_UIConstraintBasedCompatibility for UITextView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UITextView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UITextView[src]

impl UIView_UIConstraintBasedLayoutFittingSize for UITextView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UITextView[src]

impl UIView_UIConstraintBasedLayoutLayering for UITextView[src]

impl UIView_UILargeContentViewer for UITextView[src]

impl UIView_UILayoutGuideSupport for UITextView[src]

impl UIView_UIPrintFormatter for UITextView[src]

impl UIView_UISnapshotting for UITextView[src]

impl UIView_UIStateRestoration for UITextView[src]

impl UIView_UITextField for UITextView[src]

impl UIView_UIViewAnimation for UITextView[src]

impl UIView_UIViewAnimationWithBlocks for UITextView[src]

impl UIView_UIViewGeometry for UITextView[src]

impl UIView_UIViewGestureRecognizers for UITextView[src]

impl UIView_UIViewHierarchy for UITextView[src]

impl UIView_UIViewKeyframeAnimations for UITextView[src]

impl UIView_UIViewLayoutConstraintCreation for UITextView[src]

impl UIView_UIViewMotionEffects for UITextView[src]

impl UIView_UIViewRendering for UITextView[src]

impl UIView_UserInterfaceStyle for UITextView[src]

Auto Trait Implementations

impl RefUnwindSafe for UITextView

impl !Send for UITextView

impl !Sync for UITextView

impl Unpin for UITextView

impl UnwindSafe for UITextView

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.