[][src]Trait uikit_sys::INSInvocationOperation

pub trait INSInvocationOperation: Sized + Deref {
    unsafe fn initWithTarget_selector_object_(
        self,
        target: id,
        sel: Sel,
        arg: id
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithInvocation_(self, inv: NSInvocation) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn invocation(self) -> NSInvocation
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn result(self) -> id
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithTarget_selector_object_(
    self,
    target: id,
    sel: Sel,
    arg: id
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithInvocation_(self, inv: NSInvocation) -> instancetype where
    Self::Target: Message + Sized

unsafe fn invocation(self) -> NSInvocation where
    Self::Target: Message + Sized

unsafe fn result(self) -> id where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSInvocationOperation for NSInvocationOperation[src]

Loading content...