[][src]Trait uikit_sys::IUICollectionViewPlaceholder

pub trait IUICollectionViewPlaceholder: Sized + Deref {
    unsafe fn initWithInsertionIndexPath_reuseIdentifier_(
        self,
        insertionIndexPath: NSIndexPath,
        reuseIdentifier: NSString
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn cellUpdateHandler(self) -> _bindgen_ty_id_160660
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setCellUpdateHandler_(
        self,
        cellUpdateHandler: _bindgen_ty_id_160666
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn new() -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithInsertionIndexPath_reuseIdentifier_(
    self,
    insertionIndexPath: NSIndexPath,
    reuseIdentifier: NSString
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn cellUpdateHandler(self) -> _bindgen_ty_id_160660 where
    Self::Target: Message + Sized

unsafe fn setCellUpdateHandler_(self, cellUpdateHandler: _bindgen_ty_id_160666) where
    Self::Target: Message + Sized

unsafe fn new() -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUICollectionViewPlaceholder for UICollectionViewDropPlaceholder[src]

impl IUICollectionViewPlaceholder for UICollectionViewPlaceholder[src]

Loading content...