[][src]Trait uikit_sys::NSSet_NSKeyValueCoding

pub trait NSSet_NSKeyValueCoding<ObjectType>: Sized + Deref {
    unsafe fn valueForKey_(self, key: NSString) -> id
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setValue_forKey_(self, value: id, key: NSString)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

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

Loading content...

Implementors

impl<ObjectType: 'static> NSSet_NSKeyValueCoding<ObjectType> for NSCountedSet[src]

impl<ObjectType: 'static> NSSet_NSKeyValueCoding<ObjectType> for NSMutableSet[src]

impl<ObjectType: 'static> NSSet_NSKeyValueCoding<ObjectType> for NSSet[src]

Loading content...