[][src]Trait uikit_sys::NSMutableDictionary_NSKeyValueCoding

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

Provided methods

unsafe fn setValue_forKey_(self, value: u64, key: NSString) where
    Self::Target: Message + Sized

Loading content...

Implementors

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

Loading content...