[][src]Trait uikit_sys::PUIInteraction

pub trait PUIInteraction: Sized + Deref {
    unsafe fn willMoveToView_(self, view: UIView)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn didMoveToView_(self, view: UIView)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn view(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn willMoveToView_(self, view: UIView) where
    Self::Target: Message + Sized

unsafe fn didMoveToView_(self, view: UIView) where
    Self::Target: Message + Sized

unsafe fn view(self) -> UIView where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PUIInteraction for UIContextMenuInteraction[src]

impl PUIInteraction for UIDragInteraction[src]

impl PUIInteraction for UIDropInteraction[src]

impl PUIInteraction for UILargeContentViewerInteraction[src]

impl PUIInteraction for UIPencilInteraction[src]

impl PUIInteraction for UIPointerInteraction[src]

impl PUIInteraction for UISpringLoadedInteraction[src]

impl PUIInteraction for UITextInteraction[src]

Loading content...