[][src]Struct uikit_sys::CAReplicatorLayer

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

Implementations

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

impl Clone for CAReplicatorLayer[src]

impl Copy for CAReplicatorLayer[src]

impl Deref for CAReplicatorLayer[src]

type Target = Object

The resulting type after dereferencing.

impl ICALayer for CAReplicatorLayer[src]

impl ICAReplicatorLayer for CAReplicatorLayer[src]

impl INSObject for CAReplicatorLayer[src]

impl Message for CAReplicatorLayer[src]

impl NSObject_CIImageProvider for CAReplicatorLayer[src]

impl NSObject_NSCoderMethods for CAReplicatorLayer[src]

impl NSObject_NSCopyLinkMoveHandler for CAReplicatorLayer[src]

impl NSObject_NSDelayedPerforming for CAReplicatorLayer[src]

impl NSObject_NSDiscardableContentProxy for CAReplicatorLayer[src]

impl NSObject_NSErrorRecoveryAttempting for CAReplicatorLayer[src]

impl NSObject_NSKeyValueCoding for CAReplicatorLayer[src]

impl NSObject_NSKeyValueObserverNotification for CAReplicatorLayer[src]

impl NSObject_NSKeyValueObserverRegistration for CAReplicatorLayer[src]

impl NSObject_NSKeyValueObserving for CAReplicatorLayer[src]

impl NSObject_NSKeyValueObservingCustomization for CAReplicatorLayer[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for CAReplicatorLayer[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for CAReplicatorLayer[src]

impl NSObject_NSThreadPerformAdditions for CAReplicatorLayer[src]

impl NSObject_UIAccessibility for CAReplicatorLayer[src]

impl NSObject_UIAccessibilityAction for CAReplicatorLayer[src]

impl NSObject_UIAccessibilityContainer for CAReplicatorLayer[src]

impl NSObject_UIAccessibilityCustomRotor for CAReplicatorLayer[src]

impl NSObject_UIAccessibilityDragging for CAReplicatorLayer[src]

impl NSObject_UIAccessibilityFocus for CAReplicatorLayer[src]

impl NSObject_UINibLoadingAdditions for CAReplicatorLayer[src]

Auto Trait Implementations

impl RefUnwindSafe for CAReplicatorLayer

impl !Send for CAReplicatorLayer

impl !Sync for CAReplicatorLayer

impl Unpin for CAReplicatorLayer

impl UnwindSafe for CAReplicatorLayer

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.