[][src]Struct uikit_sys::CASpringAnimation

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

Implementations

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

impl Copy for CASpringAnimation[src]

impl Deref for CASpringAnimation[src]

type Target = Object

The resulting type after dereferencing.

impl ICAAnimation for CASpringAnimation[src]

impl ICABasicAnimation for CASpringAnimation[src]

impl ICAPropertyAnimation for CASpringAnimation[src]

impl ICASpringAnimation for CASpringAnimation[src]

impl INSObject for CASpringAnimation[src]

impl Message for CASpringAnimation[src]

impl NSObject_CIImageProvider for CASpringAnimation[src]

impl NSObject_NSCoderMethods for CASpringAnimation[src]

impl NSObject_NSCopyLinkMoveHandler for CASpringAnimation[src]

impl NSObject_NSDelayedPerforming for CASpringAnimation[src]

impl NSObject_NSDiscardableContentProxy for CASpringAnimation[src]

impl NSObject_NSErrorRecoveryAttempting for CASpringAnimation[src]

impl NSObject_NSKeyValueCoding for CASpringAnimation[src]

impl NSObject_NSKeyValueObserverNotification for CASpringAnimation[src]

impl NSObject_NSKeyValueObserverRegistration for CASpringAnimation[src]

impl NSObject_NSKeyValueObserving for CASpringAnimation[src]

impl NSObject_NSKeyValueObservingCustomization for CASpringAnimation[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for CASpringAnimation[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for CASpringAnimation[src]

impl NSObject_NSThreadPerformAdditions for CASpringAnimation[src]

impl NSObject_UIAccessibility for CASpringAnimation[src]

impl NSObject_UIAccessibilityAction for CASpringAnimation[src]

impl NSObject_UIAccessibilityContainer for CASpringAnimation[src]

impl NSObject_UIAccessibilityCustomRotor for CASpringAnimation[src]

impl NSObject_UIAccessibilityDragging for CASpringAnimation[src]

impl NSObject_UIAccessibilityFocus for CASpringAnimation[src]

impl NSObject_UINibLoadingAdditions for CASpringAnimation[src]

Auto Trait Implementations

impl RefUnwindSafe for CASpringAnimation

impl !Send for CASpringAnimation

impl !Sync for CASpringAnimation

impl Unpin for CASpringAnimation

impl UnwindSafe for CASpringAnimation

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.