NSIndexPathUIKitAdditions

Trait NSIndexPathUIKitAdditions 

Source
pub unsafe trait NSIndexPathUIKitAdditions:
    ClassType
    + Sized
    + Sealed {
    // Provided methods
    fn indexPathForRow_inSection(
        row: NSInteger,
        section: NSInteger,
    ) -> Retained<Self> { ... }
    fn indexPathForItem_inSection(
        item: NSInteger,
        section: NSInteger,
    ) -> Retained<Self> { ... }
    fn section(&self) -> NSInteger { ... }
    fn row(&self) -> NSInteger { ... }
    fn item(&self) -> NSInteger { ... }
}
Available on crate feature NSIndexPath_UIKitAdditions only.
Expand description

Category “UIKitAdditions” on NSIndexPath.

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NSIndexPathUIKitAdditions for NSIndexPath

Implementors§