[][src]Trait uikit_sys::ICIFeature

pub trait ICIFeature: Sized + Deref {
    unsafe fn type_(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn bounds(self) -> CGRect
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn bounds(self) -> CGRect where
    Self::Target: Message + Sized

Loading content...

Implementors

impl ICIFeature for CIFaceFeature[src]

impl ICIFeature for CIFeature[src]

impl ICIFeature for CIQRCodeFeature[src]

impl ICIFeature for CIRectangleFeature[src]

impl ICIFeature for CITextFeature[src]

Loading content...