[][src]Trait uikit_sys::IUICollectionViewUpdateItem

pub trait IUICollectionViewUpdateItem: Sized + Deref {
    unsafe fn indexPathBeforeUpdate(self) -> NSIndexPath
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn indexPathAfterUpdate(self) -> NSIndexPath
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn updateAction(self) -> UICollectionUpdateAction
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn indexPathBeforeUpdate(self) -> NSIndexPath where
    Self::Target: Message + Sized

unsafe fn indexPathAfterUpdate(self) -> NSIndexPath where
    Self::Target: Message + Sized

unsafe fn updateAction(self) -> UICollectionUpdateAction where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUICollectionViewUpdateItem for UICollectionViewUpdateItem[src]

Loading content...