[][src]Trait uikit_sys::NSDictionary_NSDeprecated

pub trait NSDictionary_NSDeprecated<KeyType, ObjectType>: Sized + Deref {
    unsafe fn getObjects_andKeys_(self, objects: *mut u64, keys: *mut u64)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithContentsOfFile_(self, path: NSString) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithContentsOfURL_(self, url: NSURL) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn writeToFile_atomically_(
        self,
        path: NSString,
        useAuxiliaryFile: BOOL
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn writeToURL_atomically_(self, url: NSURL, atomically: BOOL) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionaryWithContentsOfFile_(path: NSString) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dictionaryWithContentsOfURL_(url: NSURL) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn getObjects_andKeys_(self, objects: *mut u64, keys: *mut u64) where
    Self::Target: Message + Sized

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

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

unsafe fn writeToFile_atomically_(
    self,
    path: NSString,
    useAuxiliaryFile: BOOL
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn writeToURL_atomically_(self, url: NSURL, atomically: BOOL) -> BOOL where
    Self::Target: Message + Sized

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

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

Loading content...

Implementors

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

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

Loading content...