[][src]Trait uikit_sys::PUIPasteConfigurationSupporting

pub trait PUIPasteConfigurationSupporting: Sized + Deref {
    unsafe fn pasteItemProviders_(self, itemProviders: NSArray)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn canPasteItemProviders_(self, itemProviders: NSArray) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn pasteConfiguration(self) -> UIPasteConfiguration
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setPasteConfiguration_(
        self,
        pasteConfiguration: UIPasteConfiguration
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn pasteItemProviders_(self, itemProviders: NSArray) where
    Self::Target: Message + Sized

unsafe fn canPasteItemProviders_(self, itemProviders: NSArray) -> BOOL where
    Self::Target: Message + Sized

unsafe fn pasteConfiguration(self) -> UIPasteConfiguration where
    Self::Target: Message + Sized

unsafe fn setPasteConfiguration_(self, pasteConfiguration: UIPasteConfiguration) where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...