[][src]Trait uikit_sys::INSMutableDictionary

pub trait INSMutableDictionary<KeyType, ObjectType>: Sized + Deref {
    unsafe fn removeObjectForKey_(self, aKey: u64)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setObject_forKey_(self, anObject: u64, aKey: u64)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithCapacity_(self, numItems: NSUInteger) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn removeObjectForKey_(self, aKey: u64) where
    Self::Target: Message + Sized

unsafe fn setObject_forKey_(self, anObject: u64, aKey: u64) where
    Self::Target: Message + Sized

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithCapacity_(self, numItems: NSUInteger) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

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

Loading content...