Struct objc_foundation::NSDictionary [] [src]

pub struct NSDictionary<K, V> { /* fields omitted */ }

Trait Implementations

impl<K, V> Message for NSDictionary<K, V>
[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<K, V> INSObject for NSDictionary<K, V> where
    K: INSObject,
    V: INSObject
[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<K, V> INSDictionary for NSDictionary<K, V> where
    K: INSObject,
    V: INSObject
[src]

[src]

[src]

[src]

[src]

[src]

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

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

[src]

[src]

[src]

impl<K, V> INSFastEnumeration for NSDictionary<K, V> where
    K: INSObject,
    V: INSObject
[src]

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

impl<'a, K, V> Index<&'a K> for NSDictionary<K, V> where
    K: INSObject,
    V: INSObject
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

Auto Trait Implementations

impl<K, V> Send for NSDictionary<K, V> where
    K: Sync,
    V: Send

impl<K, V> Sync for NSDictionary<K, V> where
    K: Sync,
    V: Sync