[][src]Trait uikit_sys::NSDictionary_NSDictionaryCreation

pub trait NSDictionary_NSDictionaryCreation<KeyType, ObjectType>: Sized + Deref {
    unsafe fn initWithObjectsAndKeys_(self, firstObject: id) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithDictionary_(
        self,
        otherDictionary: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithDictionary_copyItems_(
        self,
        otherDictionary: NSDictionary,
        flag: BOOL
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithObjects_forKeys_(
        self,
        objects: NSArray,
        keys: NSArray
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithContentsOfURL_error_(
        self,
        url: NSURL,
        error: *mut NSError
    ) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionary() -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionaryWithObject_forKey_(
        object: u64,
        key: u64
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionaryWithObjects_forKeys_count_(
        objects: *mut u64,
        keys: *mut u64,
        cnt: NSUInteger
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionaryWithObjectsAndKeys_(firstObject: id) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionaryWithDictionary_(dict: NSDictionary) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionaryWithObjects_forKeys_(
        objects: NSArray,
        keys: NSArray
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionaryWithContentsOfURL_error_(
        url: NSURL,
        error: *mut NSError
    ) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithObjectsAndKeys_(self, firstObject: id) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithDictionary_(
    self,
    otherDictionary: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithDictionary_copyItems_(
    self,
    otherDictionary: NSDictionary,
    flag: BOOL
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithObjects_forKeys_(
    self,
    objects: NSArray,
    keys: NSArray
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithContentsOfURL_error_(
    self,
    url: NSURL,
    error: *mut NSError
) -> NSDictionary where
    Self::Target: Message + Sized

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

unsafe fn dictionaryWithObject_forKey_(object: u64, key: u64) -> instancetype where
    Self::Target: Message + Sized

unsafe fn dictionaryWithObjects_forKeys_count_(
    objects: *mut u64,
    keys: *mut u64,
    cnt: NSUInteger
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn dictionaryWithObjectsAndKeys_(firstObject: id) -> instancetype where
    Self::Target: Message + Sized

unsafe fn dictionaryWithDictionary_(dict: NSDictionary) -> instancetype where
    Self::Target: Message + Sized

unsafe fn dictionaryWithObjects_forKeys_(
    objects: NSArray,
    keys: NSArray
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn dictionaryWithContentsOfURL_error_(
    url: NSURL,
    error: *mut NSError
) -> NSDictionary where
    Self::Target: Message + Sized

Loading content...

Implementors

impl<KeyType: 'static, ObjectType: 'static> NSDictionary_NSDictionaryCreation<KeyType, ObjectType> for NSDictionary[src]

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

Loading content...