pub unsafe trait NSIndexPathNSCollectionViewAdditions: ClassType {
// Provided methods
unsafe fn indexPathForItem_inSection(
item: NSInteger,
section: NSInteger
) -> Id<NSIndexPath>
where Self: Sized + ClassType { ... }
unsafe fn item(&self) -> NSInteger
where Self: Sized + Message { ... }
unsafe fn section(&self) -> NSInteger
where Self: Sized + Message { ... }
}
Available on crate feature
NSCollectionView
only.Expand description
Category “NSCollectionViewAdditions” on NSIndexPath
.
Provided Methods§
unsafe fn indexPathForItem_inSection( item: NSInteger, section: NSInteger ) -> Id<NSIndexPath>
unsafe fn item(&self) -> NSInteger
unsafe fn section(&self) -> NSInteger
Object Safety§
This trait is not object safe.