[][src]Struct uikit_sys::UITableView

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

Implementations

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

impl Copy for UITableView[src]

impl Deref for UITableView[src]

type Target = Object

The resulting type after dereferencing.

impl INSObject for UITableView[src]

impl IUIResponder for UITableView[src]

impl IUIScrollView for UITableView[src]

impl IUITableView for UITableView[src]

impl IUIView for UITableView[src]

impl Message for UITableView[src]

impl NSObject_CIImageProvider for UITableView[src]

impl NSObject_NSCoderMethods for UITableView[src]

impl NSObject_NSCopyLinkMoveHandler for UITableView[src]

impl NSObject_NSDelayedPerforming for UITableView[src]

impl NSObject_NSDiscardableContentProxy for UITableView[src]

impl NSObject_NSErrorRecoveryAttempting for UITableView[src]

impl NSObject_NSKeyValueCoding for UITableView[src]

impl NSObject_NSKeyValueObserverNotification for UITableView[src]

impl NSObject_NSKeyValueObserverRegistration for UITableView[src]

impl NSObject_NSKeyValueObserving for UITableView[src]

impl NSObject_NSKeyValueObservingCustomization for UITableView[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for UITableView[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for UITableView[src]

impl NSObject_NSThreadPerformAdditions for UITableView[src]

impl NSObject_UIAccessibility for UITableView[src]

impl NSObject_UIAccessibilityAction for UITableView[src]

impl NSObject_UIAccessibilityContainer for UITableView[src]

impl NSObject_UIAccessibilityCustomRotor for UITableView[src]

impl NSObject_UIAccessibilityDragging for UITableView[src]

impl NSObject_UIAccessibilityFocus for UITableView[src]

impl NSObject_UINibLoadingAdditions for UITableView[src]

impl PNSCoding for UITableView[src]

impl PUIDataSourceTranslating for UITableView[src]

impl UIResponder_ActivityContinuation for UITableView[src]

impl UIResponder_UIActivityItemsConfiguration for UITableView[src]

impl UIResponder_UIPasteConfigurationSupporting for UITableView[src]

impl UIResponder_UIResponderInputViewAdditions for UITableView[src]

impl UIResponder_UIResponderKeyCommands for UITableView[src]

impl UITableView_UIDragAndDrop for UITableView[src]

impl UIView_DeprecatedAnimations for UITableView[src]

impl UIView_Interactions for UITableView[src]

impl UIView_UIAccessibility for UITableView[src]

impl UIView_UIAccessibilityInvertColors for UITableView[src]

impl UIView_UIConstraintBasedCompatibility for UITableView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UITableView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UITableView[src]

impl UIView_UIConstraintBasedLayoutFittingSize for UITableView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UITableView[src]

impl UIView_UIConstraintBasedLayoutLayering for UITableView[src]

impl UIView_UILargeContentViewer for UITableView[src]

impl UIView_UILayoutGuideSupport for UITableView[src]

impl UIView_UIPrintFormatter for UITableView[src]

impl UIView_UISnapshotting for UITableView[src]

impl UIView_UIStateRestoration for UITableView[src]

impl UIView_UITextField for UITableView[src]

impl UIView_UIViewAnimation for UITableView[src]

impl UIView_UIViewAnimationWithBlocks for UITableView[src]

impl UIView_UIViewGeometry for UITableView[src]

impl UIView_UIViewGestureRecognizers for UITableView[src]

impl UIView_UIViewHierarchy for UITableView[src]

impl UIView_UIViewKeyframeAnimations for UITableView[src]

impl UIView_UIViewLayoutConstraintCreation for UITableView[src]

impl UIView_UIViewMotionEffects for UITableView[src]

impl UIView_UIViewRendering for UITableView[src]

impl UIView_UserInterfaceStyle for UITableView[src]

Auto Trait Implementations

impl RefUnwindSafe for UITableView

impl !Send for UITableView

impl !Sync for UITableView

impl Unpin for UITableView

impl UnwindSafe for UITableView

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.