[][src]Trait uikit_sys::NSMutableDictionary_NSMutableDictionaryCreation

pub trait NSMutableDictionary_NSMutableDictionaryCreation<KeyType, ObjectType>: Sized + Deref {
    unsafe fn initWithContentsOfFile_(
        self,
        path: NSString
    ) -> NSMutableDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithContentsOfURL_(self, url: NSURL) -> NSMutableDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionaryWithCapacity_(numItems: NSUInteger) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionaryWithContentsOfFile_(
        path: NSString
    ) -> NSMutableDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionaryWithContentsOfURL_(url: NSURL) -> NSMutableDictionary
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithContentsOfFile_(self, path: NSString) -> NSMutableDictionary where
    Self::Target: Message + Sized

unsafe fn initWithContentsOfURL_(self, url: NSURL) -> NSMutableDictionary where
    Self::Target: Message + Sized

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

unsafe fn dictionaryWithContentsOfFile_(path: NSString) -> NSMutableDictionary where
    Self::Target: Message + Sized

unsafe fn dictionaryWithContentsOfURL_(url: NSURL) -> NSMutableDictionary where
    Self::Target: Message + Sized

Loading content...

Implementors

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

Loading content...