[][src]Trait uikit_sys::PUITextDroppable

pub trait PUITextDroppable: Sized + Deref {
    unsafe fn textDropDelegate(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTextDropDelegate_(self, textDropDelegate: *mut u64)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn textDropInteraction(self) -> UIDropInteraction
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isTextDropActive(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn textDropDelegate(self) -> *mut u64 where
    Self::Target: Message + Sized

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

unsafe fn textDropInteraction(self) -> UIDropInteraction where
    Self::Target: Message + Sized

unsafe fn isTextDropActive(self) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...