[][src]Struct uikit_sys::NSMutableArray

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

Implementations

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

impl Copy for NSMutableArray[src]

impl Deref for NSMutableArray[src]

type Target = Object

The resulting type after dereferencing.

impl<ObjectType: 'static> INSArray<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> INSMutableArray<ObjectType> for NSMutableArray[src]

impl INSObject for NSMutableArray[src]

impl Message for NSMutableArray[src]

impl<ObjectType: 'static> NSArray_NSArrayCreation<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSArray_NSArrayDiffing<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSArray_NSArrayPathExtensions<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSArray_NSDeprecated<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSArray_NSExtendedArray<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSArray_NSKeyValueCoding<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSArray_NSKeyValueObserverRegistration<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSArray_NSPredicateSupport<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSArray_NSSortDescriptorSorting<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSMutableArray_NSExtendedMutableArray<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSMutableArray_NSMutableArrayCreation<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSMutableArray_NSMutableArrayDiffing<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSMutableArray_NSPredicateSupport<ObjectType> for NSMutableArray[src]

impl<ObjectType: 'static> NSMutableArray_NSSortDescriptorSorting<ObjectType> for NSMutableArray[src]

impl NSObject_CIImageProvider for NSMutableArray[src]

impl NSObject_NSCoderMethods for NSMutableArray[src]

impl NSObject_NSCopyLinkMoveHandler for NSMutableArray[src]

impl NSObject_NSDelayedPerforming for NSMutableArray[src]

impl NSObject_NSDiscardableContentProxy for NSMutableArray[src]

impl NSObject_NSErrorRecoveryAttempting for NSMutableArray[src]

impl NSObject_NSKeyValueCoding for NSMutableArray[src]

impl NSObject_NSKeyValueObserverNotification for NSMutableArray[src]

impl NSObject_NSKeyValueObserverRegistration for NSMutableArray[src]

impl NSObject_NSKeyValueObserving for NSMutableArray[src]

impl NSObject_NSKeyValueObservingCustomization for NSMutableArray[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for NSMutableArray[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for NSMutableArray[src]

impl NSObject_NSThreadPerformAdditions for NSMutableArray[src]

impl NSObject_UIAccessibility for NSMutableArray[src]

impl NSObject_UIAccessibilityAction for NSMutableArray[src]

impl NSObject_UIAccessibilityContainer for NSMutableArray[src]

impl NSObject_UIAccessibilityCustomRotor for NSMutableArray[src]

impl NSObject_UIAccessibilityDragging for NSMutableArray[src]

impl NSObject_UIAccessibilityFocus for NSMutableArray[src]

impl NSObject_UINibLoadingAdditions for NSMutableArray[src]

Auto Trait Implementations

impl RefUnwindSafe for NSMutableArray

impl !Send for NSMutableArray

impl !Sync for NSMutableArray

impl Unpin for NSMutableArray

impl UnwindSafe for NSMutableArray

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.