[][src]Trait uikit_sys::INSMetadataItem

pub trait INSMetadataItem: Sized + Deref {
    unsafe fn initWithURL_(self, url: NSURL) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn valueForAttribute_(self, key: NSString) -> id
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn valuesForAttributes_(self, keys: NSArray) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn attributes(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

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

unsafe fn valuesForAttributes_(self, keys: NSArray) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn attributes(self) -> NSArray where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSMetadataItem for NSMetadataItem[src]

Loading content...