[][src]Trait uikit_sys::PCAAction

pub trait PCAAction: Sized + Deref {
    unsafe fn runActionForKey_object_arguments_(
        self,
        event: NSString,
        anObject: id,
        dict: NSDictionary
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn runActionForKey_object_arguments_(
    self,
    event: NSString,
    anObject: id,
    dict: NSDictionary
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PCAAction for CAAnimation[src]

Loading content...