[][src]Trait uikit_sys::NSDictionary_NSKeyValueCoding

pub trait NSDictionary_NSKeyValueCoding<KeyType, ObjectType>: Sized + Deref {
    unsafe fn valueForKey_(self, key: NSString) -> u64
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn valueForKey_(self, key: NSString) -> u64 where
    Self::Target: Message + Sized

Loading content...

Implementors

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

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

Loading content...