[][src]Trait uikit_sys::NSProcessInfo_NSProcessInfoActivity

pub trait NSProcessInfo_NSProcessInfoActivity: Sized + Deref {
    unsafe fn beginActivityWithOptions_reason_(
        self,
        options: NSActivityOptions,
        reason: NSString
    ) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn endActivity_(self, activity: *mut u64)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn performActivityWithOptions_reason_usingBlock_(
        self,
        options: NSActivityOptions,
        reason: NSString,
        block: _bindgen_ty_id_150330
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn performExpiringActivityWithReason_usingBlock_(
        self,
        reason: NSString,
        block: _bindgen_ty_id_150336
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn beginActivityWithOptions_reason_(
    self,
    options: NSActivityOptions,
    reason: NSString
) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn endActivity_(self, activity: *mut u64) where
    Self::Target: Message + Sized

unsafe fn performActivityWithOptions_reason_usingBlock_(
    self,
    options: NSActivityOptions,
    reason: NSString,
    block: _bindgen_ty_id_150330
) where
    Self::Target: Message + Sized

unsafe fn performExpiringActivityWithReason_usingBlock_(
    self,
    reason: NSString,
    block: _bindgen_ty_id_150336
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSProcessInfo_NSProcessInfoActivity for NSProcessInfo[src]

Loading content...