[][src]Trait uikit_sys::IUIAccessibilityCustomRotor

pub trait IUIAccessibilityCustomRotor: Sized + Deref {
    unsafe fn initWithName_itemSearchBlock_(
        self,
        name: NSString,
        itemSearchBlock: UIAccessibilityCustomRotorSearch
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithAttributedName_itemSearchBlock_(
        self,
        attributedName: NSAttributedString,
        itemSearchBlock: UIAccessibilityCustomRotorSearch
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithSystemType_itemSearchBlock_(
        self,
        type_: UIAccessibilityCustomSystemRotorType,
        itemSearchBlock: UIAccessibilityCustomRotorSearch
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn name(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setName_(self, name: NSString)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn attributedName(self) -> NSAttributedString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAttributedName_(self, attributedName: NSAttributedString)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn itemSearchBlock(self) -> UIAccessibilityCustomRotorSearch
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setItemSearchBlock_(
        self,
        itemSearchBlock: UIAccessibilityCustomRotorSearch
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemRotorType(self) -> UIAccessibilityCustomSystemRotorType
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithName_itemSearchBlock_(
    self,
    name: NSString,
    itemSearchBlock: UIAccessibilityCustomRotorSearch
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithAttributedName_itemSearchBlock_(
    self,
    attributedName: NSAttributedString,
    itemSearchBlock: UIAccessibilityCustomRotorSearch
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithSystemType_itemSearchBlock_(
    self,
    type_: UIAccessibilityCustomSystemRotorType,
    itemSearchBlock: UIAccessibilityCustomRotorSearch
) -> instancetype where
    Self::Target: Message + Sized

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

unsafe fn setName_(self, name: NSString) where
    Self::Target: Message + Sized

unsafe fn attributedName(self) -> NSAttributedString where
    Self::Target: Message + Sized

unsafe fn setAttributedName_(self, attributedName: NSAttributedString) where
    Self::Target: Message + Sized

unsafe fn itemSearchBlock(self) -> UIAccessibilityCustomRotorSearch where
    Self::Target: Message + Sized

unsafe fn setItemSearchBlock_(
    self,
    itemSearchBlock: UIAccessibilityCustomRotorSearch
) where
    Self::Target: Message + Sized

unsafe fn systemRotorType(self) -> UIAccessibilityCustomSystemRotorType where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIAccessibilityCustomRotor for UIAccessibilityCustomRotor[src]

Loading content...