[][src]Trait uikit_sys::IUIPreviewAction

pub trait IUIPreviewAction: Sized + Deref {
    unsafe fn handler(self) -> _bindgen_ty_id_160015
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn actionWithTitle_style_handler_(
        title: NSString,
        style: UIPreviewActionStyle,
        handler: _bindgen_ty_id_160006
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn handler(self) -> _bindgen_ty_id_160015 where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl IUIPreviewAction for UIPreviewAction[src]

Loading content...