[][src]Trait uikit_sys::NSMutableDictionary_NSExtendedMutableDictionary

pub trait NSMutableDictionary_NSExtendedMutableDictionary<KeyType, ObjectType>: Sized + Deref {
    unsafe fn addEntriesFromDictionary_(self, otherDictionary: NSDictionary)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeAllObjects(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeObjectsForKeys_(self, keyArray: NSArray)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setDictionary_(self, otherDictionary: NSDictionary)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setObject_forKeyedSubscript_(self, obj: u64, key: u64)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn addEntriesFromDictionary_(self, otherDictionary: NSDictionary) where
    Self::Target: Message + Sized

unsafe fn removeAllObjects(self) where
    Self::Target: Message + Sized

unsafe fn removeObjectsForKeys_(self, keyArray: NSArray) where
    Self::Target: Message + Sized

unsafe fn setDictionary_(self, otherDictionary: NSDictionary) where
    Self::Target: Message + Sized

unsafe fn setObject_forKeyedSubscript_(self, obj: u64, key: u64) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl<KeyType: 'static, ObjectType: 'static> NSMutableDictionary_NSExtendedMutableDictionary<KeyType, ObjectType> for NSMutableDictionary[src]

Loading content...