Struct objc_foundation::NSMutableArray [] [src]

pub struct NSMutableArray<T, O = Owned> { /* fields omitted */ }

Trait Implementations

impl<T, O> Message for NSMutableArray<T, O>
[src]

[src]

Sends a message to self with the given selector and arguments. Read more

[src]

Verifies that the argument and return types match the encoding of the method for the given selector. Read more

impl<T, O> INSObject for NSMutableArray<T, O> where
    T: INSObject,
    O: Ownership
[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<T, O> INSArray for NSMutableArray<T, O> where
    T: INSObject,
    O: Ownership
[src]

[src]

[src]

[src]

[src]

Important traits for NSEnumerator<'a, T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<T, O> INSMutableArray for NSMutableArray<T, O> where
    T: INSObject,
    O: Ownership
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<T> INSCopying for NSMutableArray<T, Shared> where
    T: INSObject
[src]

[src]

impl<T> INSMutableCopying for NSMutableArray<T, Shared> where
    T: INSObject
[src]

[src]

impl<T, O> INSFastEnumeration for NSMutableArray<T, O> where
    T: INSObject,
    O: Ownership
[src]

Important traits for NSFastEnumerator<'a, C>
[src]

impl<T, O> Index<usize> for NSMutableArray<T, O> where
    T: INSObject,
    O: Ownership
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

Auto Trait Implementations

impl<T, O = Owned> !Send for NSMutableArray<T, O>

impl<T, O> Sync for NSMutableArray<T, O> where
    T: Sync