[][src]Trait uikit_sys::IUIAlertAction

pub trait IUIAlertAction: Sized + Deref {
    unsafe fn title(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn style(self) -> UIAlertActionStyle
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isEnabled(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setEnabled_(self, enabled: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn actionWithTitle_style_handler_(
        title: NSString,
        style: UIAlertActionStyle,
        handler: _bindgen_ty_id_160034
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn style(self) -> UIAlertActionStyle where
    Self::Target: Message + Sized

unsafe fn isEnabled(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setEnabled_(self, enabled: BOOL) where
    Self::Target: Message + Sized

unsafe fn actionWithTitle_style_handler_(
    title: NSString,
    style: UIAlertActionStyle,
    handler: _bindgen_ty_id_160034
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIAlertAction for UIAlertAction[src]

Loading content...