[][src]Struct uikit_sys::CATransformLayer

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

Implementations

impl CATransformLayer[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 CALayer_CALayerScrolling for CATransformLayer[src]

impl Clone for CATransformLayer[src]

impl Copy for CATransformLayer[src]

impl Deref for CATransformLayer[src]

type Target = Object

The resulting type after dereferencing.

impl ICALayer for CATransformLayer[src]

impl ICATransformLayer for CATransformLayer[src]

impl INSObject for CATransformLayer[src]

impl Message for CATransformLayer[src]

impl NSObject_CIImageProvider for CATransformLayer[src]

impl NSObject_NSCoderMethods for CATransformLayer[src]

impl NSObject_NSCopyLinkMoveHandler for CATransformLayer[src]

impl NSObject_NSDelayedPerforming for CATransformLayer[src]

impl NSObject_NSDiscardableContentProxy for CATransformLayer[src]

impl NSObject_NSErrorRecoveryAttempting for CATransformLayer[src]

impl NSObject_NSKeyValueCoding for CATransformLayer[src]

impl NSObject_NSKeyValueObserverNotification for CATransformLayer[src]

impl NSObject_NSKeyValueObserverRegistration for CATransformLayer[src]

impl NSObject_NSKeyValueObserving for CATransformLayer[src]

impl NSObject_NSKeyValueObservingCustomization for CATransformLayer[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for CATransformLayer[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for CATransformLayer[src]

impl NSObject_NSThreadPerformAdditions for CATransformLayer[src]

impl NSObject_UIAccessibility for CATransformLayer[src]

impl NSObject_UIAccessibilityAction for CATransformLayer[src]

impl NSObject_UIAccessibilityContainer for CATransformLayer[src]

impl NSObject_UIAccessibilityCustomRotor for CATransformLayer[src]

impl NSObject_UIAccessibilityDragging for CATransformLayer[src]

impl NSObject_UIAccessibilityFocus for CATransformLayer[src]

impl NSObject_UINibLoadingAdditions for CATransformLayer[src]

Auto Trait Implementations

impl RefUnwindSafe for CATransformLayer

impl !Send for CATransformLayer

impl !Sync for CATransformLayer

impl Unpin for CATransformLayer

impl UnwindSafe for CATransformLayer

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.