[][src]Trait uikit_sys::INSMetadataQueryAttributeValueTuple

pub trait INSMetadataQueryAttributeValueTuple: Sized + Deref {
    unsafe fn attribute(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn value(self) -> id
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn count(self) -> NSUInteger
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn attribute(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn value(self) -> id where
    Self::Target: Message + Sized

unsafe fn count(self) -> NSUInteger where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSMetadataQueryAttributeValueTuple for NSMetadataQueryAttributeValueTuple[src]

Loading content...