[][src]Struct uikit_sys::UISlider

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

Implementations

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

impl Copy for UISlider[src]

impl Deref for UISlider[src]

type Target = Object

The resulting type after dereferencing.

impl INSObject for UISlider[src]

impl IUIControl for UISlider[src]

impl IUIResponder for UISlider[src]

impl IUISlider for UISlider[src]

impl IUIView for UISlider[src]

impl Message for UISlider[src]

impl NSObject_CIImageProvider for UISlider[src]

impl NSObject_NSCoderMethods for UISlider[src]

impl NSObject_NSCopyLinkMoveHandler for UISlider[src]

impl NSObject_NSDelayedPerforming for UISlider[src]

impl NSObject_NSDiscardableContentProxy for UISlider[src]

impl NSObject_NSErrorRecoveryAttempting for UISlider[src]

impl NSObject_NSKeyValueCoding for UISlider[src]

impl NSObject_NSKeyValueObserverNotification for UISlider[src]

impl NSObject_NSKeyValueObserverRegistration for UISlider[src]

impl NSObject_NSKeyValueObserving for UISlider[src]

impl NSObject_NSKeyValueObservingCustomization for UISlider[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for UISlider[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for UISlider[src]

impl NSObject_NSThreadPerformAdditions for UISlider[src]

impl NSObject_UIAccessibility for UISlider[src]

impl NSObject_UIAccessibilityAction for UISlider[src]

impl NSObject_UIAccessibilityContainer for UISlider[src]

impl NSObject_UIAccessibilityCustomRotor for UISlider[src]

impl NSObject_UIAccessibilityDragging for UISlider[src]

impl NSObject_UIAccessibilityFocus for UISlider[src]

impl NSObject_UINibLoadingAdditions for UISlider[src]

impl PNSCoding for UISlider[src]

impl UIResponder_ActivityContinuation for UISlider[src]

impl UIResponder_UIActivityItemsConfiguration for UISlider[src]

impl UIResponder_UIPasteConfigurationSupporting for UISlider[src]

impl UIResponder_UIResponderInputViewAdditions for UISlider[src]

impl UIResponder_UIResponderKeyCommands for UISlider[src]

impl UIView_DeprecatedAnimations for UISlider[src]

impl UIView_Interactions for UISlider[src]

impl UIView_UIAccessibility for UISlider[src]

impl UIView_UIAccessibilityInvertColors for UISlider[src]

impl UIView_UIConstraintBasedCompatibility for UISlider[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UISlider[src]

impl UIView_UIConstraintBasedLayoutDebugging for UISlider[src]

impl UIView_UIConstraintBasedLayoutFittingSize for UISlider[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UISlider[src]

impl UIView_UIConstraintBasedLayoutLayering for UISlider[src]

impl UIView_UILargeContentViewer for UISlider[src]

impl UIView_UILayoutGuideSupport for UISlider[src]

impl UIView_UIPrintFormatter for UISlider[src]

impl UIView_UISnapshotting for UISlider[src]

impl UIView_UIStateRestoration for UISlider[src]

impl UIView_UITextField for UISlider[src]

impl UIView_UIViewAnimation for UISlider[src]

impl UIView_UIViewAnimationWithBlocks for UISlider[src]

impl UIView_UIViewGeometry for UISlider[src]

impl UIView_UIViewGestureRecognizers for UISlider[src]

impl UIView_UIViewHierarchy for UISlider[src]

impl UIView_UIViewKeyframeAnimations for UISlider[src]

impl UIView_UIViewLayoutConstraintCreation for UISlider[src]

impl UIView_UIViewMotionEffects for UISlider[src]

impl UIView_UIViewRendering for UISlider[src]

impl UIView_UserInterfaceStyle for UISlider[src]

Auto Trait Implementations

impl RefUnwindSafe for UISlider

impl !Send for UISlider

impl !Sync for UISlider

impl Unpin for UISlider

impl UnwindSafe for UISlider

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.